From fad296984a6cff7aacb1918d7906195043a98a87 Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Thu, 12 May 2011 18:51:54 +0400 Subject: [PATCH] Quotes fixed in update.sh --- build/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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