diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-14 09:39:22 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-14 09:39:22 +0000 |
| commit | 73ef2076bd9a0a82e33f1a07fcf710ab96e4372e (patch) | |
| tree | 54b7034ec1d585dfeb6a21b9a95c7e8e318e401b /share/examples | |
| parent | 01f6848c9c6b1654c64eda0b7ec14bc7f9060d4c (diff) | |
Notes
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 b4e3d744f925..a3c992594ae7 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 |
