diff options
author | Francois Charette <francois@archlinux.org> | 2009-09-19 10:52:47 +0200 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-09-21 13:08:59 -0700 |
commit | e82825dd6da27cbc695a6c0f35450b1f5ce7755a (patch) | |
tree | da3c79dd153e83327789449d76c6a3a1acc7ff5c | |
parent | 80061e2051c5d1f42d86f2e4d44b987429c40ccf (diff) | |
download | devtools32-e82825dd6da27cbc695a6c0f35450b1f5ce7755a.tar.xz |
minor syntax fix
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rwxr-xr-x | commitpkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |