make-wrapper should use runtimeShell, not bash, for cross-compilation
This commit is contained in:
@@ -40,7 +40,7 @@ makeWrapper() {
|
||||
|
||||
mkdir -p "$(dirname "$wrapper")"
|
||||
|
||||
echo "#! $SHELL -e" > "$wrapper"
|
||||
echo "#! @shell@ -e" > "$wrapper"
|
||||
|
||||
params=("$@")
|
||||
for ((n = 2; n < ${#params[*]}; n += 1)); do
|
||||
|
||||
Reference in New Issue
Block a user