Whups, do what I really intended for the copyright string argument here

(that's why there's all those shifts! :).
This commit is contained in:
Jordan K. Hubbard 1996-10-10 09:36:17 +00:00
parent 04f11c618f
commit 8145a39075

View File

@ -15,6 +15,6 @@ else
title="$1"; shift
tree=$1; shift
outfile=$1; shift
copyright="$1"
copyright="$*"
mkisofs -a -d -N -D -R -T -V "$title" -P "$copyright" -o $outfile $tree
fi