aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 46c1ae9..6ddb872 100755
--- a/bootstrap
+++ b/bootstrap
@@ -56,7 +56,7 @@ if test -z "$libbutl"; then
if test -d libbutl; then
libbutl=libbutl
else
- libbutl=`echo libbutl-*`
+ libbutl=`echo libbutl-*/`
if test ! -d "$libbutl"; then
libbutl=
fi
@@ -67,7 +67,7 @@ if test -z "$libbutl"; then
if test -d ../libbutl; then
libbutl=../libbutl
else
- libbutl=`echo ../libbutl-*`
+ libbutl=`echo ../libbutl-*/`
if test ! -d "$libbutl"; then
libbutl=
fi