From 4610fa27740788f7a9be8d1e7734ea44dbe21d4b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 21 May 2018 20:01:03 +0200 Subject: address globbing issue in #1170 --- util/add_addon_repo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'util/add_addon_repo') diff --git a/util/add_addon_repo b/util/add_addon_repo index 6bd9686a1..d82081470 100755 --- a/util/add_addon_repo +++ b/util/add_addon_repo @@ -1,4 +1,6 @@ -#!/usr/bin/env bash -f +#!/usr/bin/env bash + +set -f if [ $# -lt 2 ]; then echo usage: $0 repo_url nickname -- cgit v1.2.3