diff options
-rw-r--r-- | files/concatfragments.sh | 2 |
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;; |