diff --git a/build/update.sh b/build/update.sh index f37a360464c3..9dd529f8df9e 100755 --- a/build/update.sh +++ b/build/update.sh @@ -11,12 +11,12 @@ # if [ -z "$WORK_IDEA_HOME" ]; then - echo WORK_IDEA_HOME must be defined and point to build you're updating + echo "WORK_IDEA_HOME must be defined and point to build you're updating." exit fi if [ -z "$DEV_IDEA_HOME" ]; then - echo DEV_IDEA_HOME must be defined and point to source base your're updating from + echo "DEV_IDEA_HOME must be defined and point to source base your're updating from." exit fi