Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-01-15 02:48:15 +0000
committerDavid Williams2013-01-15 02:48:15 +0000
commit3fe70c8acc1d9464825ff81e5c73b6f921a1a40b (patch)
treefaefaee1b7e6fdfb0067c13801087d4b46b1819b /scripts
parentfddd6e06a5e037240bd878e556271be71a2a6c3d (diff)
downloadeclipse.platform.releng.aggregator-3fe70c8acc1d9464825ff81e5c73b6f921a1a40b.tar.gz
eclipse.platform.releng.aggregator-3fe70c8acc1d9464825ff81e5c73b6f921a1a40b.tar.xz
eclipse.platform.releng.aggregator-3fe70c8acc1d9464825ff81e5c73b6f921a1a40b.zip
synch white space
Diffstat (limited to 'scripts')
-rw-r--r--scripts/master-build.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/master-build.sh b/scripts/master-build.sh
index b97b93864..0edd28179 100644
--- a/scripts/master-build.sh
+++ b/scripts/master-build.sh
@@ -3,16 +3,16 @@
if [ $# -ne 1 ]; then
- echo USAGE: $0 env_file
- exit 1
+ echo USAGE: $0 env_file
+ exit 1
fi
INITIAL_ENV_FILE=$1
if [ ! -r "$INITIAL_ENV_FILE" ]; then
echo "$INITIAL_ENV_FILE" cannot be read
- echo USAGE: $0 env_file
- exit 1
+ echo USAGE: $0 env_file
+ exit 1
fi
SCRIPT_PATH="${BUILD_ROOT}/scripts"

Back to the top