You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2013/05/28 02:02:46 UTC

git commit: [flex-sdk] [refs/heads/develop] - fix script

Updated Branches:
  refs/heads/develop 9ab1de703 -> e27bee017


fix script


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/e27bee01
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/e27bee01
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/e27bee01

Branch: refs/heads/develop
Commit: e27bee017dd485b9a3fef8eedccb0ac3791bfd15
Parents: 9ab1de7
Author: Alex Harui <ah...@apache.org>
Authored: Tue May 28 01:02:23 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Tue May 28 01:02:23 2013 +0100

----------------------------------------------------------------------
 test_patch_by_email.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/e27bee01/test_patch_by_email.sh
----------------------------------------------------------------------
diff --git a/test_patch_by_email.sh b/test_patch_by_email.sh
index 0340f67..2710c0b 100644
--- a/test_patch_by_email.sh
+++ b/test_patch_by_email.sh
@@ -31,7 +31,7 @@ echo "launching patch extractor"
 "$AIR_HOME/bin/adl" -runtime "$AIR_HOME/runtimes/air/win" PatchExtractor-app.xml -- c:/cygwin/var/spool/mail/mustellarunner
 cd ../../../..
 gotone=0
-for (file in *.patch)
+for file in *.patch
 do
     git pull --rebase
     gotone=1