From 9338feec3d11a8a912d951671963311b7118f2fe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 30 Jan 2016 18:19:17 +0200 Subject: Make search for libbutl more robust --- bootstrap | 4 ++-- 1 file 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 -- cgit v1.1