summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-20 15:41:50 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-01-20 15:41:50 +0000
commit4248a41cf602ac0536eb4576ed6501249d7b89b7 (patch)
treee19ff62099336b5917a7743980eb857cb12e5aa9 /baserock-bootstrap
parent66b4c9ff1d35ff3209419a002043beb66b97075e (diff)
downloadmorph-4248a41cf602ac0536eb4576ed6501249d7b89b7.tar.gz
Remove pointless empty element from PATH
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index deb23e27..28c3d60e 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -783,7 +783,7 @@ set -x
#/tools/bin/ldconfig -f /etc/ld.so.conf -C /etc/ld.so.cache
cd /baserock/gits/morph
mkdir -p /baserock/cache
-export PATH="/usr/bin:/bin:$tools/bin:$tools/sbin:"
+export PATH="/usr/bin:/bin:$tools/bin:$tools/sbin"
python ./morph --verbose build \
file:///baserock/gits/morphs/ master devel.morph \
file:///baserock/gits/morphs/ master linux-stratum.morph \