summaryrefslogtreecommitdiffstats
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 b7ad3d4628f0..42a6725750a4 100755
--- a/solenv/bin/checkdll.sh
+++ b/solenv/bin/checkdll.sh
@@ -33,7 +33,7 @@ set -- `getopt "L:" "$@"` || {
exit 1
}
-checkdll="$SOLARVERSION/$INPATH/bin$UPDMINOREXT/checkdll"
+checkdll="$SOLARVERSION/$INPATH/bin/checkdll"
if [ -x $checkdll ]; then
while :