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:49:37 UTC

[2/2] 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/4573541b
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/4573541b
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/4573541b

Branch: refs/heads/develop
Commit: 4573541bcc544f46e6a0bcb9eccd734a6cda0cf0
Parents: 9b4752c
Author: Alex Harui <ah...@apache.org>
Authored: Fri May 24 23:48:05 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Fri May 24 23:48:05 2013 +0100

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


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