summaryrefslogtreecommitdiffstats
path: root/share/examples/worm
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-10-10 09:36:17 +0000
committerjkh <jkh@FreeBSD.org>1996-10-10 09:36:17 +0000
commit203e0f2e7b44da13c68d5103f7a180ec7b0acbd5 (patch)
tree1309c7b9590ec7624edaabec33aa58558f97f337 /share/examples/worm
parent2bb87dfc538571deb30a9d61a45ec8368c53dad8 (diff)
downloadFreeBSD-src-203e0f2e7b44da13c68d5103f7a180ec7b0acbd5.zip
FreeBSD-src-203e0f2e7b44da13c68d5103f7a180ec7b0acbd5.tar.gz
Whups, do what I really intended for the copyright string argument here
(that's why there's all those shifts! :).
Diffstat (limited to 'share/examples/worm')
-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