Fossil SCM

Correct a typo in tool/emcc.sh.in which could cause all of the configure-time work to locate the emcc binary to go unused. Reported in [https://sqlite.org/forum/forumpost/feb325cdde5b6f37|sqlite forum post feb325cdde5b6f37] (sqlite uses a slight variant of this script).

stephan 2025-01-31 11:49 trunk
Commit f020f4568157c59a3264f56a8d276a5de5a5d5b84b59e97899475d2f4aeec922
1 file changed +1 -1
--- tools/emcc.sh.in
+++ tools/emcc.sh.in
@@ -55,6 +55,6 @@
5555
echo "emcc not found in PATH. Normally that's set up by EMSDK_ENV." 1>&2
5656
exit 4
5757
fi
5858
fi
5959
60
-exec emcc "$@"
60
+exec $emcc "$@"
6161
--- tools/emcc.sh.in
+++ tools/emcc.sh.in
@@ -55,6 +55,6 @@
55 echo "emcc not found in PATH. Normally that's set up by EMSDK_ENV." 1>&2
56 exit 4
57 fi
58 fi
59
60 exec emcc "$@"
61
--- tools/emcc.sh.in
+++ tools/emcc.sh.in
@@ -55,6 +55,6 @@
55 echo "emcc not found in PATH. Normally that's set up by EMSDK_ENV." 1>&2
56 exit 4
57 fi
58 fi
59
60 exec $emcc "$@"
61

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button