builder.sh: shellcheck 2086

https://github.com/koalaman/shellcheck/wiki/SC2086
This commit is contained in:
happysalada 2021-06-22 09:57:21 +09:00 committed by Raphael Megzari
parent 3ddb8d5a79
commit 4d0e398491

View file

@ -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