From 56bbf899a62e6ebf33a4c2dd2b1b1bd7e1b6da72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Wed, 11 Sep 2013 01:14:04 -0300 Subject: The var is repo --- git-shell-commands/delete-repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-shell-commands/delete-repo b/git-shell-commands/delete-repo index 8349308..5731272 100755 --- a/git-shell-commands/delete-repo +++ b/git-shell-commands/delete-repo @@ -5,7 +5,7 @@ set -e -for i in $@; do +for repo in $@; do if [ -z "$repo" ]; then continue; fi # lo and behold absolute horror -- cgit v1.1-4-g5e80