From f8c8e92fbeacfddce290a02cb0d5ce5b7cd1d6bd Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 18 May 2014 14:43:11 -0400 Subject: Bug 409076 - establish standard formatting - indentation --- production/update-build-input.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'production/update-build-input.sh') diff --git a/production/update-build-input.sh b/production/update-build-input.sh index 1f43bcca0..95d023e6d 100644 --- a/production/update-build-input.sh +++ b/production/update-build-input.sh @@ -2,14 +2,14 @@ # if [ $# -ne 1 ]; then - echo USAGE: $0 env_file - exit 1 + echo USAGE: $0 env_file + exit 1 fi if [ ! -r "$1" ]; then - echo "$1" cannot be read - echo USAGE: $0 env_file - exit 1 + echo "$1" cannot be read + echo USAGE: $0 env_file + exit 1 fi SCRIPT_PATH=${SCRIPT_PATH:-$(pwd)} @@ -29,7 +29,7 @@ repoScript=$( echo $SCRIPT_PATH/git-submodule-checkout.sh ) if [ -z "$BUILD_ID" ]; then - BUILD_ID=$(fn-build-id "$BUILD_TYPE" ) + BUILD_ID=$(fn-build-id "$BUILD_TYPE" ) fi -- cgit v1.2.3