From 7343e0ff008400626b00d30bf78fee8f1d99ad05 Mon Sep 17 00:00:00 2001 From: kytv Date: Wed, 10 Aug 2011 23:44:47 +0000 Subject: [PATCH] fix getBuildNumber target (sometimes the buildNumber would have a leading space, such as " 19" instead of "19"), using "tr" to strip it. --- build.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 459821bcf..f987c1961 100644 --- a/build.xml +++ b/build.xml @@ -412,15 +412,19 @@ - + - + - + + + + + - +