diff options
Diffstat (limited to 'os/dos')
-rwxr-xr-x | os/dos/make_dos_binary_selfcontained.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/dos/make_dos_binary_selfcontained.sh b/os/dos/make_dos_binary_selfcontained.sh index de4bdb9dd..c21e29d2c 100755 --- a/os/dos/make_dos_binary_selfcontained.sh +++ b/os/dos/make_dos_binary_selfcontained.sh @@ -1,5 +1,7 @@ #!/bin/sh +# $Id$ + cd `dirname $0` cc -o exe2coff exe2coff.c || exit cp $1 binary.exe || exit |