File build/test/tests/02-nameofexe.tcl artifact e8193d8a25 part of check-in b180e9a80f
#! /usr/bin/env tclsh set outputname [lindex $argv 0] if {[info nameofexecutable] == $outputname} { exit 0 } exit 1
#! /usr/bin/env tclsh set outputname [lindex $argv 0] if {[info nameofexecutable] == $outputname} { exit 0 } exit 1