fixupPhase: Handle the case where "outputs" is not set
This commit is contained in:
@@ -737,7 +737,7 @@ fixupPhase() {
|
|||||||
|
|
||||||
# Apply fixup to each output.
|
# Apply fixup to each output.
|
||||||
local output
|
local output
|
||||||
for output in $outputs; do
|
for output in ${outputs:-out}; do
|
||||||
fixupPrefix ${!output}
|
fixupPrefix ${!output}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user