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/25 00:33:54 UTC

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

fix issue in 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/9c162709
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/9c162709
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/9c162709

Branch: refs/heads/develop
Commit: 9c16270924ad9aa5c22ef945a02afbb9fd7d49ec
Parents: a72cefc
Author: Alex Harui <ah...@apache.org>
Authored: Fri May 24 23:31:10 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Fri May 24 23:31:10 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9c162709/test_patch_by_email.sh
----------------------------------------------------------------------
diff --git a/test_patch_by_email.sh b/test_patch_by_email.sh
index b0f2dcc..e245ece 100644
--- a/test_patch_by_email.sh
+++ b/test_patch_by_email.sh
@@ -36,9 +36,9 @@ git pull --rebase
 
 for file in *.patch
 do
-d = dirname $file
-b = basename $file .patch
-r = $d/$.reply 
+d=dirname $file
+b=basename $file .patch
+r=$d/$.reply 
 read replyAddr < $r
 echo "Testing In Progress" >mailbody.txt
 mutt -s "Patch Received" $replyAddr <mailbody.txt