Ticket #31225: mkpasswd.patch
File mkpasswd.patch, 320 bytes (added by kobayos@…, 13 years ago) |
---|
-
/opt/local/bin/
old new 1 1 #!/bin/sh 2 2 # -*- tcl -*- 3 3 # The next line is executed by /bin/sh, but not tcl \ 4 exec tclsh "$0" ${1+"$@"}4 exec /usr/bin/tclsh "$0" ${1+"$@"} 5 5 6 6 package require Expect 7 7