Repository: flex-flexunit Updated Branches: refs/heads/develop c8680a98f -> fe2d22bc3
now working Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/fe2d22bc Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/fe2d22bc Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/fe2d22bc Branch: refs/heads/develop Commit: fe2d22bc3bf87cf53865abf9f77b5c77842cb592 Parents: c8680a9 Author: Justin Mclean <[email protected]> Authored: Mon Mar 17 09:17:04 2014 +1100 Committer: Justin Mclean <[email protected]> Committed: Mon Mar 17 09:17:04 2014 +1100 ---------------------------------------------------------------------- build/check_sigs.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/fe2d22bc/build/check_sigs.sh ---------------------------------------------------------------------- diff --git a/build/check_sigs.sh b/build/check_sigs.sh index 96b22b2..0f92c02 100755 --- a/build/check_sigs.sh +++ b/build/check_sigs.sh @@ -34,7 +34,7 @@ then exit 1 fi -FLEX_VERSION="$1" +FLEX_VERSION="$2" CHECK=`echo "$FLEX_VERSION" | grep -q -E '[0-9]{1,2}\.[0-9]{1,2}\.[0-9]{1,3}$'` if [ $? -ne 0 ] @@ -54,9 +54,9 @@ fi # Assumes FLEXUNIT_DEV_AREA has been set up and point to SVN checked out dev area -VERSION_DIR="${FLEXUNIT_DEV_AREA}/sdk/${FLEXUNIT_VERSION}" -RC_DIR="${FLEXUNIT_DEV_AREA}/sdk/${FLEXUNIT_VERSION}/rc${RELEASE_CANDIDATE}" -BIN_DIR="${FLEXUNIT_DEV_AREA}/sdk/${FLEXUNIT_VERSION}/rc${RELEASE_CANDIDATE}/binaries" +VERSION_DIR="${FLEXUNIT_DEV_AREA}/flexunit/${FLEXUNIT_VERSION}" +RC_DIR="${FLEXUNIT_DEV_AREA}/flexunit/${FLEXUNIT_VERSION}/rc${RELEASE_CANDIDATE}" +BIN_DIR="${FLEXUNIT_DEV_AREA}/flexunit/${FLEXUNIT_VERSION}/rc${RELEASE_CANDIDATE}/binaries" function checkFile() { FILE="$1"
