Merge pull request #267 from anguslees/patch-1

Avoid extra sh process from shell wrapper
This commit is contained in:
Steven Walter
2020-03-17 11:09:28 -04:00
committed by GitHub
+1 -1
View File
@@ -110,7 +110,7 @@ create_wrapper () {
cat <<- EOF > "${file}"
#!/bin/sh
$@ "\$@"
exec $@ "\$@"
EOF
chmod +x "${file}"
}