We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3dea5f commit f6ef441Copy full SHA for f6ef441
scripts/tsnode-version.in
@@ -6,6 +6,7 @@ LANG_CONFIG_DIR="@lang_config_dir@"
6
common_config() {
7
echo 'long_name="Typescript"'
8
echo 'src_sfx=".ts"'
9
+ echo 'exe_sfx=".ts"'
10
echo 'arch="linux-shared"'
11
echo 'insecure=1'
12
}
scripts/tsnode.in
@@ -25,7 +25,7 @@ then
25
exit 1
26
fi
27
28
-echo "#! ${NODEPATH} ${EJUDGE_FLAGS}" > $2
+echo "#! ${NODEPATH}" > $2
29
echo >> $2
30
cat $1 >> $2
31
chmod +x $2
0 commit comments