You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
513 B

#!/bin/sh
# \
exec tclsh "$0" ${1+"$@"}
#PUNKTEST FIXTURE - owned by src/tests/shell/testsuites/punkexe/scriptexec.test
#Do not hand-edit: the suite asserts on the exact marker/output below.
#Extensionless fixture using the portable sh-trampoline shebang (line 1 names sh,
#not tcl - the commented 'exec tclsh' continuation identifies it): proves the
#scriptlib_resolve identification check accepts the classic cross-platform idiom.
puts "PUNKTEST_SHEBANG_SH argv0=[file tail $::argv0] argv=$::argv"
flush stdout