summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xshare/examples/worm/makecdfs.sh2
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
OpenPOWER on IntegriCloud