summaryrefslogtreecommitdiff
path: root/solenv/bin/checkdll.sh
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/checkdll.sh')
-rwxr-xr-xsolenv/bin/checkdll.sh2
1 files changed, 1 insertions, 1 deletions
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