summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Boyett <jonathan@failingservers.com>2010-12-14 11:06:27 -0800
committerJonathan Boyett <jonathan@failingservers.com>2010-12-14 11:06:27 -0800
commit03ac60902b008ccfc961cc5135f6ba031ee44141 (patch)
tree89692cb105cc490aa63f207252141b8e46c55b54
parent131a157272bda17026f28b4625ff9e6d5d73fefb (diff)
add "g" option to getopts
-rw-r--r--files/concatfragments.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/concatfragments.sh b/files/concatfragments.sh
index 6ae4d83..a8d8765 100644
--- a/files/concatfragments.sh
+++ b/files/concatfragments.sh
@@ -51,7 +51,7 @@ XARGSARG="-0"
PATH=/sbin:/usr/sbin:/bin:/usr/bin
-while getopts "o:s:d:tnw:f" options; do
+while getopts "o:s:d:tnw:fg" options; do
case $options in
o ) OUTFILE=$OPTARG;;
d ) WORKDIR=$OPTARG;;