From 065f17afd86960f0d61f3f634becd698a7f74c6a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 29 Dec 2008 18:01:39 +0100 Subject: bin/pkg: Fixed syntax error in vcs_upgrade --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/pkg') diff --git a/bin/pkg b/bin/pkg index 352e3df..0b0a0c2 100755 --- a/bin/pkg +++ b/bin/pkg @@ -231,7 +231,7 @@ function vcs_log { function vcs_upgrade { typeset IFS=$'\n' line typeset -i merge_ok=0 - for line in $(git branch) { + for line in $(git branch); { [[ $line == '* master' ]] && ok=1 } if ((ok)) { -- cgit v1.2.3