From bdaea72b0ced645577f63bcba0028eba10da9c0d Mon Sep 17 00:00:00 2001 From: Aaron Small Date: Sun, 18 Nov 2012 21:44:36 -0500 Subject: [PATCH] There is no actual dynamic build type, the two types are static and shared --- rim-build/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rim-build/build.sh b/rim-build/build.sh index 6272dee666..59cba4e8c1 100755 --- a/rim-build/build.sh +++ b/rim-build/build.sh @@ -15,7 +15,7 @@ pushd $SCRIPT_DIR usage() { - echo "$0 " + echo "$0 " } echo_action() @@ -115,7 +115,7 @@ if [ "$ACTION" != "install" ] && [ "$ACTION" != "clean" ] ; then fi LINK_TYPE=$2 -if [ "$LINK_TYPE" != "static" ] && [ "$LINK_TYPE" != "dynamic" ] ; then +if [ "$LINK_TYPE" != "static" ] && [ "$LINK_TYPE" != "shared" ] ; then usage exit fi