summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
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 3e2e057f..4e43a118 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -7,7 +7,7 @@ set -u
BASEDIR=$(dirname $(readlink -f $0))
LFS="$(pwd)/tree"
-LFS="${LFS/\/\//\/}"
+LFS="${LFS/\/\///}"
tools="$LFS/tools"
buildwhat="$1"