fix install-lib.sh compatibility with older shells default tip

Sat, 29 Nov 2025 12:10:27 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 29 Nov 2025 12:10:27 +0100
changeset 1522
d0b5eb033b2a
parent 1521
493f609665de

fix install-lib.sh compatibility with older shells

make/install-lib.sh file | annotate | diff | comparison | revisions
--- a/make/install-lib.sh	Sat Nov 29 10:33:50 2025 +0100
+++ b/make/install-lib.sh	Sat Nov 29 12:10:27 2025 +0100
@@ -6,7 +6,7 @@
 fi
 
 SRC=$1
-LIB=$(basename $1)
+LIB=`basename $1`
 LIBDIR=$5$2
 LIBVERSION=$3
 LIBVERSION_MAJOR=$4

mercurial