From 03ac60902b008ccfc961cc5135f6ba031ee44141 Mon Sep 17 00:00:00 2001 From: Jonathan Boyett Date: Tue, 14 Dec 2010 11:06:27 -0800 Subject: add "g" option to getopts --- files/concatfragments.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;; -- cgit v1.2.3