diff options
-rwxr-xr-x | share/examples/worm/makecdfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/worm/makecdfs.sh b/share/examples/worm/makecdfs.sh index f8315f2..0071a60 100755 --- a/share/examples/worm/makecdfs.sh +++ b/share/examples/worm/makecdfs.sh @@ -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 |