Updated Branches: refs/heads/develop 42ebf3c27 -> 5d0b30c79
Fixed 'typo' in version nr. Signed-off-by: Erik de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/5d0b30c7 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/5d0b30c7 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/5d0b30c7 Branch: refs/heads/develop Commit: 5d0b30c7935f2e4a21c85fe6e7d18f4fdd61b5aa Parents: 42ebf3c Author: Erik de Bruin <[email protected]> Authored: Sun Feb 9 12:34:25 2014 +0100 Committer: Erik de Bruin <[email protected]> Committed: Sun Feb 9 12:34:25 2014 +0100 ---------------------------------------------------------------------- mustella/jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5d0b30c7/mustella/jenkins.sh ---------------------------------------------------------------------- diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh index adca869..84530f4 100755 --- a/mustella/jenkins.sh +++ b/mustella/jenkins.sh @@ -104,7 +104,7 @@ case "$FLASH_VERSION" in 12.0) export FLASHPLAYER_DEBUGGER="C:\\ApacheFlex\\dependencies\\FlashPlayer_Debug\\flashplayer12-0_debugsa_win_32.exe" ;; - 13.0) + 13) export FLASHPLAYER_DEBUGGER="C:\\ApacheFlex\\dependencies\\FlashPlayer_Debug\\flashplayer13_debugsa_win_32.exe" ;; *)
