summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcommitpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/commitpkg b/commitpkg
index 271a73f..0d13c6d 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