diff options
author | root <root@dx.tradetal.com> | 2018-05-12 10:22:01 -0700 |
---|---|---|
committer | root <root@dx.tradetal.com> | 2018-05-12 10:22:01 -0700 |
commit | e7287152a297d0d5caf9d986a76d36a27ba72bf0 (patch) | |
tree | d566b007d56529e815d79f14fa4946e6ec434b9d /util/add_addon_repo | |
parent | 082bd588057d2b94337831d7ed8e7b75592c8c79 (diff) | |
download | volse-hubzilla-e7287152a297d0d5caf9d986a76d36a27ba72bf0.tar.gz volse-hubzilla-e7287152a297d0d5caf9d986a76d36a27ba72bf0.tar.bz2 volse-hubzilla-e7287152a297d0d5caf9d986a76d36a27ba72bf0.zip |
replace disable globbing switch
Diffstat (limited to 'util/add_addon_repo')
-rwxr-xr-x | util/add_addon_repo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/add_addon_repo b/util/add_addon_repo index 8103f1c99..6bd9686a1 100755 --- a/util/add_addon_repo +++ b/util/add_addon_repo @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env bash -f if [ $# -lt 2 ]; then echo usage: $0 repo_url nickname |