Merge pull request #1241 from michael-o/fix-sh

This commit is contained in:
tschettervictor
2025-09-23 21:36:05 -06:00
committed by GitHub

View File

@@ -240,7 +240,7 @@ if [ -f "${SCRIPTPATH}" ]; then
: "${SH:=sh}"
exec "${SH}" "${SCRIPTPATH}" "$@"
exec ${SH} "${SCRIPTPATH}" "$@"
else
error_exit "${SCRIPTPATH} not found."