summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-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 95e53c5..91a232a 100755
--- a/share/examples/worm/makecdfs.sh
+++ b/share/examples/worm/makecdfs.sh
@@ -25,5 +25,5 @@ else
tree=$1; shift
outfile=$1; shift
copyright="$*"
- mkisofs $bootable -d -N -D -R -T -V "$title" -P "$copyright" -o $outfile $tree
+ mkisofs $bootable -d -N -D -r -T -V "$title" -P "$copyright" -o $outfile $tree
fi
OpenPOWER on IntegriCloud