test-rebuild.sh: missing close paren

epel9
Jens Petersen 11 years ago
parent 0b2f17698e
commit 585415b5d9

@ -29,7 +29,7 @@ if [ -n "$2" ]; then
fedpkg switch-branch $2 fedpkg switch-branch $2
fi fi
if [ "* $BRANCH" != "$(git branch --list $BRANCH" ]; then if [ "* $BRANCH" != "$(git branch --list $BRANCH)" ]; then
echo "Git branch does not match Fedora installation!" echo "Git branch does not match Fedora installation!"
exit 1 exit 1
fi fi

Loading…
Cancel
Save