summaryrefslogtreecommitdiff
path: root/solenv/bin/checkdll.sh
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-03-28 10:34:17 +0000
committerMichael Stahl <mst@openoffice.org>2011-03-28 10:34:17 +0000
commit931cd90061e0556dfad31770063636e12aba948c (patch)
tree21a20d7481dd8d415101e1ec502e527a20a6d922 /solenv/bin/checkdll.sh
parent4bd9ea1f76ab7af76c450379711596f5e0ad6636 (diff)
solaris11: checkdll.sh: fix broken libpath test
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