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:
parent
04f11c618f
commit
8145a39075
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user