3f9343 | #!/bin/sh dest=`eval echo '$'$#` case "x$dest" in x[a-zA-Z]:*) . $NTTOOLS if test "x$1" = "x-c" ; then shift fi if test -f "$1.exe" ; then set -- "$1.exe" "$2" fi | |||
47a5f4 | do_cmd copy `fixpath $*` exit $? | |||
3f9343 | ;; esac exec /usr/bin/install "$@" |