diff options
author | root <root@dx.tradetal.com> | 2018-05-12 10:18:13 -0700 |
---|---|---|
committer | root <root@dx.tradetal.com> | 2018-05-12 10:18:13 -0700 |
commit | 082bd588057d2b94337831d7ed8e7b75592c8c79 (patch) | |
tree | 6c5802a93e3a77fc5e38a68be44ca7bd8ad905d0 /util/update_theme_repo | |
parent | e288f4696776b768ce38bc007413c6c35090138a (diff) | |
download | volse-hubzilla-082bd588057d2b94337831d7ed8e7b75592c8c79.tar.gz volse-hubzilla-082bd588057d2b94337831d7ed8e7b75592c8c79.tar.bz2 volse-hubzilla-082bd588057d2b94337831d7ed8e7b75592c8c79.zip |
replace disable globbing switch
Diffstat (limited to 'util/update_theme_repo')
-rwxr-xr-x | util/update_theme_repo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/update_theme_repo b/util/update_theme_repo index 65055028c..181bff9c6 100755 --- a/util/update_theme_repo +++ b/util/update_theme_repo @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env bash -f if [ $# -ne 1 ]; then echo usage: $0 repository |