diff options
-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 |