summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-06-23 15:05:26 +0200
committerLennart Poettering <lennart@poettering.net>2014-06-23 15:05:57 +0200
commitf662ec3b303d2cd70b96dbd226d43736b1b16c16 (patch)
tree32be6c26434a901a70908e79e4dab7f8dcbf4011 /bootstrap.sh
parent0c82f84ef5b8a0a7a773fdb14028bf07a05b3e89 (diff)
whitespace cleanup
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh16
1 files changed, 8 insertions, 8 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index ea4ec9a..14a941b 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -30,15 +30,15 @@ run_versioned() {
local V
V=$(echo "$2" | sed -e 's,\.,,g')
-
+
if [ -e "`which $1$V`" ] ; then
- P="$1$V"
+ P="$1$V"
else
- if [ -e "`which $1-$2`" ] ; then
- P="$1-$2"
- else
- P="$1"
- fi
+ if [ -e "`which $1-$2`" ] ; then
+ P="$1-$2"
+ else
+ P="$1"
+ fi
fi
shift 2
@@ -50,7 +50,7 @@ set -ex
if [ "x$1" = "xam" ] ; then
run_versioned automake "$VERSION" -a -c --foreign
./config.status
-else
+else
rm -rf autom4te.cache
rm -f config.cache