diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-05-12 07:54:27 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-05-12 07:54:27 +0000 |
commit | 08cf735edad89e7daf78abad0caf919c0571d514 (patch) | |
tree | def7e3f31a8f2a2ecc403e73ce99cf3360ee23ea /smoketestoo_native | |
parent | 0bbe22f34e4843ec5358d3671f2bda710954b465 (diff) |
#i10000# syntax fixed
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-x | smoketestoo_native/smoketest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketestoo_native/smoketest.pl b/smoketestoo_native/smoketest.pl index fc7fbf278a7c..89cdad54b8b0 100755 --- a/smoketestoo_native/smoketest.pl +++ b/smoketestoo_native/smoketest.pl @@ -839,7 +839,7 @@ sub getInstset { } if (!isLocalEnv() and !defined($ENV{CWS_WORK_STAMP}) and (-e $SHIP)) { my $last_lineend = $/; - if ($gui = $cygwin) { + if ($gui eq $cygwin) { &SetCygwinLineends(); } ($NEWINSTSET, $INSTSET) = getSetFromServer(); |