Automatic whitespace cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36509 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -46,7 +46,7 @@ if [ ! $isCD ]; then
|
|||||||
if readlink -f "$imagePath" > /dev/null 2>&1 ; then
|
if readlink -f "$imagePath" > /dev/null 2>&1 ; then
|
||||||
normalizedImagePath=$(readlink -f "$imagePath")
|
normalizedImagePath=$(readlink -f "$imagePath")
|
||||||
elif realpath "$imagePath" > /dev/null 2>&1 ; then
|
elif realpath "$imagePath" > /dev/null 2>&1 ; then
|
||||||
normalizedImagePath=$(realpath "$imagePath")
|
normalizedImagePath=$(realpath "$imagePath")
|
||||||
elif greadlink -f "$imagePath" > /dev/null 2>&1 ; then
|
elif greadlink -f "$imagePath" > /dev/null 2>&1 ; then
|
||||||
normalizedImagePath=$(greadlink -f "$imagePath")
|
normalizedImagePath=$(greadlink -f "$imagePath")
|
||||||
fi
|
fi
|
||||||
@@ -152,7 +152,7 @@ createSymlinksForHybrid()
|
|||||||
else
|
else
|
||||||
gccAltDir=gcc2
|
gccAltDir=gcc2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Iterate over the library file paths that were passed in.
|
# Iterate over the library file paths that were passed in.
|
||||||
for srcPathLib in $@; do
|
for srcPathLib in $@; do
|
||||||
# determine the relative path of the library
|
# determine the relative path of the library
|
||||||
@@ -195,7 +195,7 @@ if [ $isCD ]; then
|
|||||||
# setup output dir
|
# setup output dir
|
||||||
$rmAttrs -rf "$outputDir"
|
$rmAttrs -rf "$outputDir"
|
||||||
mkdir -p "$outputDir"
|
mkdir -p "$outputDir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# create the image and mount it
|
# create the image and mount it
|
||||||
if [ $isImage ]; then
|
if [ $isImage ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user