diff options
author | jkh <jkh@FreeBSD.org> | 1997-05-14 09:39:22 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-05-14 09:39:22 +0000 |
commit | 03469ec934310da282f781a2b6100e8cffe9a7c0 (patch) | |
tree | 444385793b3f8d2fe8738516d6cd7eb0a8e4275b /share/examples | |
parent | ec9763a7fa233e570da2dfe537088a809741fc8b (diff) | |
download | FreeBSD-src-03469ec934310da282f781a2b6100e8cffe9a7c0.zip FreeBSD-src-03469ec934310da282f781a2b6100e8cffe9a7c0.tar.gz |
mkisofs.new -> mkisofs (whoops! just noticed this)
Diffstat (limited to 'share/examples')
-rwxr-xr-x | share/examples/worm/makecdfs.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/examples/worm/makecdfs.sh b/share/examples/worm/makecdfs.sh index b4e3d74..a3c9925 100755 --- a/share/examples/worm/makecdfs.sh +++ b/share/examples/worm/makecdfs.sh @@ -23,6 +23,5 @@ else tree=$1; shift outfile=$1; shift copyright="$*" - mkisofs.new $bootable -a -d -N -D -R -T -V "$title" -P "$copyright" -o $outfile $tree -# mkisofs -a -d -N -D -R -T -V "$title" -P "$copyright" -o $outfile $tree + mkisofs $bootable -a -d -N -D -R -T -V "$title" -P "$copyright" -o $outfile $tree fi |