Ticket #31225: mkpasswd.patch

File mkpasswd.patch, 320 bytes (added by kobayos@…, 12 years ago)
  • /opt/local/bin/

    old new  
    11#!/bin/sh
    22# -*- tcl -*-
    33# The next line is executed by /bin/sh, but not tcl \
    4 exec tclsh "$0" ${1+"$@"}
     4exec /usr/bin/tclsh "$0" ${1+"$@"}
    55
    66package require Expect
    77