builder.sh: shellcheck 2086
https://github.com/koalaman/shellcheck/wiki/SC2086
This commit is contained in:
parent
3ddb8d5a79
commit
4d0e398491
@ -4,7 +4,7 @@ for i in $initialPath; do
|
||||
PATH=$PATH${PATH:+:}$i/bin
|
||||
done
|
||||
|
||||
mkdir $out
|
||||
mkdir "$out"
|
||||
|
||||
echo "export SHELL=$shell" > $out/setup
|
||||
echo "initialPath=\"$initialPath\"" >> $out/setup
|
||||
|
Loading…
Reference in New Issue
Block a user