#!/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