summaryrefslogtreecommitdiffstats
path: root/wps
diff options
context:
space:
mode:
Diffstat (limited to 'wps')
-rwxr-xr-xwps/wpsbuild.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/wps/wpsbuild.pl b/wps/wpsbuild.pl
index 7218250322..bcabb234f8 100755
--- a/wps/wpsbuild.pl
+++ b/wps/wpsbuild.pl
@@ -253,8 +253,8 @@ MOO
}
# Get the LCD sizes first
-my ($main_height, $main_width, $main_depth) = getlcdsizes();
-my ($remote_height, $remote_width, $remote_depth) = getlcdsizes(1);
+($main_height, $main_width, $main_depth) = getlcdsizes();
+($remote_height, $remote_width, $remote_depth) = getlcdsizes(1);
#print "LCD: ${main_height}x${main_width}x${main_depth}\n";
$has_remote = 1 if ($remote_height && $remote_width && remote_depth);