summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsmoketestoo_native/smoketest.pl2
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();