From 03469ec934310da282f781a2b6100e8cffe9a7c0 Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 14 May 1997 09:39:22 +0000 Subject: mkisofs.new -> mkisofs (whoops! just noticed this) --- share/examples/worm/makecdfs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'share/examples/worm') 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 -- cgit v1.1