summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-09-11 01:14:04 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-09-11 01:14:04 -0300
commit56bbf899a62e6ebf33a4c2dd2b1b1bd7e1b6da72 (patch)
treec87fc7615644c50dd9a0c0406aa47536a8266a5f
parente9fccc7c9374c0129159282f0c7f4619a390e8a2 (diff)
The var is repo
-rwxr-xr-xgit-shell-commands/delete-repo2
1 files changed, 1 insertions, 1 deletions
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