From 56943eaa5817715f672a342bb0f7d32d18cc18de Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 27 Apr 2010 20:14:18 +0000 Subject: [PATCH] Automatic whitespace cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36509 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/scripts/build_haiku_image | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/scripts/build_haiku_image b/build/scripts/build_haiku_image index 84e095aa78..db8486211e 100755 --- a/build/scripts/build_haiku_image +++ b/build/scripts/build_haiku_image @@ -46,7 +46,7 @@ if [ ! $isCD ]; then if readlink -f "$imagePath" > /dev/null 2>&1 ; then normalizedImagePath=$(readlink -f "$imagePath") elif realpath "$imagePath" > /dev/null 2>&1 ; then - normalizedImagePath=$(realpath "$imagePath") + normalizedImagePath=$(realpath "$imagePath") elif greadlink -f "$imagePath" > /dev/null 2>&1 ; then normalizedImagePath=$(greadlink -f "$imagePath") fi @@ -152,7 +152,7 @@ createSymlinksForHybrid() else gccAltDir=gcc2 fi - + # Iterate over the library file paths that were passed in. for srcPathLib in $@; do # determine the relative path of the library @@ -195,7 +195,7 @@ if [ $isCD ]; then # setup output dir $rmAttrs -rf "$outputDir" mkdir -p "$outputDir" -fi +fi # create the image and mount it if [ $isImage ]; then