summaryrefslogtreecommitdiffstats
path: root/commitpkg
diff options
context:
space:
mode:
authorFrancois Charette <francois@archlinux.org>2009-09-19 10:52:47 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2009-09-21 22:08:59 +0200
commite82825dd6da27cbc695a6c0f35450b1f5ce7755a (patch)
treeda3c79dd153e83327789449d76c6a3a1acc7ff5c /commitpkg
parent80061e2051c5d1f42d86f2e4d44b987429c40ccf (diff)
downloaddevtools-e82825dd6da27cbc695a6c0f35450b1f5ce7755a.tar.gz
devtools-e82825dd6da27cbc695a6c0f35450b1f5ce7755a.tar.xz
minor syntax fix
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'commitpkg')
-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