diff options
author | Jonathan Boyett <jonathan@failingservers.com> | 2010-12-14 11:06:27 -0800 |
---|---|---|
committer | Jonathan Boyett <jonathan@failingservers.com> | 2010-12-14 11:06:27 -0800 |
commit | 03ac60902b008ccfc961cc5135f6ba031ee44141 (patch) | |
tree | 89692cb105cc490aa63f207252141b8e46c55b54 | |
parent | 131a157272bda17026f28b4625ff9e6d5d73fefb (diff) | |
download | puppet-concat-03ac60902b008ccfc961cc5135f6ba031ee44141.tar.gz puppet-concat-03ac60902b008ccfc961cc5135f6ba031ee44141.tar.bz2 |
add "g" option to getopts
-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;; |