summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorIngo Schmidt <is@openoffice.org>2010-05-21 15:20:45 +0200
committerIngo Schmidt <is@openoffice.org>2010-05-21 15:20:45 +0200
commit1d5c9d79970ed71f81217cfa7c07ffb7bd5e6627 (patch)
tree69bb2cca7be405629cee7b27ff32216ce5b91274 /solenv
parent93638dfae86168e1f16f417349a140e496979cda (diff)
#i111450# fixing syntax problem
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/globals.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/globals.pm b/solenv/bin/modules/installer/globals.pm
index 564df06e79e2..728d927e3942 100644
--- a/solenv/bin/modules/installer/globals.pm
+++ b/solenv/bin/modules/installer/globals.pm
@@ -236,7 +236,7 @@ BEGIN
$mergefiles_added_into_collector = 0;
$creating_windows_installer_patch = 0;
- $strip = $ENV{DISABLE_STRIP} eq '';
+ $strip = $ENV{'DISABLE_STRIP'} eq '';
$solarjava = 0;
$jdklib = "";
$jrepath = "";