From 931cd90061e0556dfad31770063636e12aba948c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 28 Mar 2011 10:34:17 +0000 Subject: solaris11: checkdll.sh: fix broken libpath test --- solenv/bin/checkdll.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv/bin/checkdll.sh') diff --git a/solenv/bin/checkdll.sh b/solenv/bin/checkdll.sh index a9a502c7f6af..efafb6b8ef60 100755 --- a/solenv/bin/checkdll.sh +++ b/solenv/bin/checkdll.sh @@ -42,7 +42,7 @@ if [ -x $checkdll ]; then -L) shift; option=$1;; --) break;; esac - case "${libpath+X}" in + case "${libpath:+X}" in X) libpath=$libpath:$option;; *) libpath=$option;; esac -- cgit