1 | | |
2 | | |
3 | | |
4 | | |
5 | | |
6 | | |
7 | | |
8 | | |
9 | | |
10 | | |
11 | | |
12 | | |
13 | | |
14 | | |
15 | | |
16 | | |
17 | | |
18 | | |
19 | | |
20 | | |
21 | | |
22 | | |
23 | | |
24 | | |
25 | | |
| #!/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 | | do_cmd copy `fixpath $*` | exit $? | ;; | esac | | exec /usr/bin/install "$@" | | |
|