diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2015-05-12 13:41:52 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2015-05-12 13:45:19 -0400 |
commit | 67c2f04e9603d6e7fca07af86f68f0be88aaa4ee (patch) | |
tree | 4127a2dfa026c99b7a45cf8c3afca164563302b1 /tools | |
parent | 0c56d43c139830a6a4af64e09518067c10d81ed8 (diff) | |
download | liza-67c2f04e9603d6e7fca07af86f68f0be88aaa4ee.tar.gz liza-67c2f04e9603d6e7fca07af86f68f0be88aaa4ee.tar.bz2 liza-67c2f04e9603d6e7fca07af86f68f0be88aaa4ee.zip |
nullglob for gen-index
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gen-index | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen-index b/tools/gen-index index 7d78470..9c97ef8 100755 --- a/tools/gen-index +++ b/tools/gen-index @@ -19,7 +19,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. ## -shopt -s extglob +shopt -s extglob nullglob destpath="${1?Destination path required}" |