Aaron Griffin a écrit : > On Fri, Sep 18, 2009 at 3:06 PM, Firmicus <[email protected]> wrote: > >> Three more patches for devtools. >> > > Awesome. I love code removals. > > Merged / pushed > > thanks. and sorry: there is a syntax glitch on line 122. Please apply attached patch. F
>From 44671fe3abca4d17b52e162d44556f157758a735 Mon Sep 17 00:00:00 2001 From: Francois Charette <[email protected]> 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

