Skip to content

Commit f6ef441

Browse files
committed
exe_sfx set to .ts for tsnode
1 parent f3dea5f commit f6ef441

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/tsnode-version.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ LANG_CONFIG_DIR="@lang_config_dir@"
66
common_config() {
77
echo 'long_name="Typescript"'
88
echo 'src_sfx=".ts"'
9+
echo 'exe_sfx=".ts"'
910
echo 'arch="linux-shared"'
1011
echo 'insecure=1'
1112
}

scripts/tsnode.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ then
2525
exit 1
2626
fi
2727

28-
echo "#! ${NODEPATH} ${EJUDGE_FLAGS}" > $2
28+
echo "#! ${NODEPATH}" > $2
2929
echo >> $2
3030
cat $1 >> $2
3131
chmod +x $2

0 commit comments

Comments
 (0)