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/27 16:03:55 UTC

git commit: [flex-sdk] [refs/heads/develop] - remove patch file after run

Updated Branches:
  refs/heads/develop 9a99c1254 -> ae21a371e


remove patch file after run


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

Branch: refs/heads/develop
Commit: ae21a371ed69587c2ffba95b0b1a4b5bf10463e6
Parents: 9a99c12
Author: Alex Harui <ah...@apache.org>
Authored: Mon May 27 15:02:54 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Mon May 27 15:02:54 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/ae21a371/test_patch_by_email.sh
----------------------------------------------------------------------
diff --git a/test_patch_by_email.sh b/test_patch_by_email.sh
index d4e9e5d..a1fc765 100644
--- a/test_patch_by_email.sh
+++ b/test_patch_by_email.sh
@@ -44,6 +44,8 @@ d=`dirname $file`
 b=`basename $file .patch`
 read replyAddr < $d/$b.reply
 sh test_patch.sh $file $replyAddr
+rm $file
+rm $replyAddr
 done
 else
     echo "no messages"