>From 44671fe3abca4d17b52e162d44556f157758a735 Mon Sep 17 00:00:00 2001
From: Francois Charette <francois@archlinux.org>
Date: Sat, 19 Sep 2009 10:52:47 +0200
Subject: [PATCH] minor syntax fix

---
 commitpkg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/commitpkg b/commitpkg
index 7b9c133..13ed176 100755
--- a/commitpkg
+++ b/commitpkg
@@ -119,7 +119,7 @@ if [ $? -ne 0 ]; then
 fi
 echo "===> Tagged for $repo-$CARCH"
 
-if [ "$CARCH" == "any"]; then
+if [ "$CARCH" == "any" ]; then
     if [ -d ../repos/${repo}-i686 -a -d ../repos/${repo}-x86_64 ]; then
         pushd ..
         svn rm $repo-i686
-- 
1.6.4.4

