diff options
author | Ingo Schmidt <is@openoffice.org> | 2010-05-21 15:20:45 +0200 |
---|---|---|
committer | Ingo Schmidt <is@openoffice.org> | 2010-05-21 15:20:45 +0200 |
commit | 1d5c9d79970ed71f81217cfa7c07ffb7bd5e6627 (patch) | |
tree | 69bb2cca7be405629cee7b27ff32216ce5b91274 /solenv | |
parent | 93638dfae86168e1f16f417349a140e496979cda (diff) |
#i111450# fixing syntax problem
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/modules/installer/globals.pm | 2 |
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 = ""; |