mkisofs.new -> mkisofs (whoops! just noticed this)

This commit is contained in:
jkh 1997-05-14 09:39:22 +00:00
parent ec9763a7fa
commit 03469ec934

View File

@ -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