aboutsummaryrefslogtreecommitdiffstats
path: root/util/add_addon_repo
diff options
context:
space:
mode:
Diffstat (limited to 'util/add_addon_repo')
-rwxr-xr-xutil/add_addon_repo1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/add_addon_repo b/util/add_addon_repo
index 1425143bb..caefe820c 100755
--- a/util/add_addon_repo
+++ b/util/add_addon_repo
@@ -6,6 +6,7 @@ if [ $# -eq '3' ]; then
fi
mkdir -p extend/addon/$2
+mkdir addon > /dev/null 2>&1
git clone $1 extend/addon/$2
if [ $? -eq '0' ]; then
exit $?