summaryrefslogtreecommitdiffstats
path: root/ms/uplink-ia64.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ms/uplink-ia64.pl')
-rwxr-xr-xms/uplink-ia64.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/ms/uplink-ia64.pl b/ms/uplink-ia64.pl
index 7287544079..757e77d29f 100755
--- a/ms/uplink-ia64.pl
+++ b/ms/uplink-ia64.pl
@@ -6,8 +6,7 @@
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html
-$output = pop;
-open STDOUT,">$output";
+$output = pop and open STDOUT,">$output";
$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
push(@INC,"${dir}.");