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