diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-09-11 01:14:04 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-09-11 01:14:04 -0300 |
commit | 56bbf899a62e6ebf33a4c2dd2b1b1bd7e1b6da72 (patch) | |
tree | c87fc7615644c50dd9a0c0406aa47536a8266a5f /git-shell-commands | |
parent | e9fccc7c9374c0129159282f0c7f4619a390e8a2 (diff) |
The var is repo
Diffstat (limited to 'git-shell-commands')
-rwxr-xr-x | git-shell-commands/delete-repo | 2 |
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 |