diff --git a/scripts/update-version.sh b/scripts/update-version.sh index 4359916223..d4cc32af47 100755 --- a/scripts/update-version.sh +++ b/scripts/update-version.sh @@ -3,6 +3,8 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" eval JS_API=true +set -ex + cd `dirname $0` show_help() {