Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27FAA1024B for ; Sat, 20 Apr 2013 06:30:07 +0000 (UTC) Received: (qmail 39120 invoked by uid 500); 20 Apr 2013 06:30:06 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 39028 invoked by uid 500); 20 Apr 2013 06:30:06 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 38432 invoked by uid 99); 20 Apr 2013 06:30:05 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Apr 2013 06:30:05 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C6D4081B8FE; Sat, 20 Apr 2013 06:30:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jmclean@apache.org To: commits@flex.apache.org Date: Sat, 20 Apr 2013 06:30:10 -0000 Message-Id: In-Reply-To: <61fa9ef9cd4e4741aaf6bff764077a29@git.apache.org> References: <61fa9ef9cd4e4741aaf6bff764077a29@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [7/7] git commit: [flex-sdk] - Fixed to change AIR -> AIR not AIR -> FP Fixed to change AIR -> AIR not AIR -> FP Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/e9db73c8 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/e9db73c8 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/e9db73c8 Branch: refs/heads/develop Commit: e9db73c84f3a5f7fb089dd9f30d417352e783c25 Parents: 1bfe2cf Author: Justin Mclean Authored: Sat Apr 20 16:26:05 2013 +1000 Committer: Justin Mclean Committed: Sat Apr 20 16:26:05 2013 +1000 ---------------------------------------------------------------------- ide/addAIRtoSDK.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/e9db73c8/ide/addAIRtoSDK.sh ---------------------------------------------------------------------- diff --git a/ide/addAIRtoSDK.sh b/ide/addAIRtoSDK.sh index 4b13a8c..ecaef6c 100755 --- a/ide/addAIRtoSDK.sh +++ b/ide/addAIRtoSDK.sh @@ -137,7 +137,7 @@ updatePlayerDescription() { echo Updating ${configFile} - sed "s/AIR[0-9]\.[0-9]/FP${airversion}/" < "${configFile}" > "${configFile}.tmp" + sed "s/AIR[0-9]\.[0-9]/AIR${airversion}/" < "${configFile}" > "${configFile}.tmp" mv "${configFile}.tmp" "${configFile}" }