summaryrefslogtreecommitdiffstats
path: root/ms/uplink-x86_64.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ms/uplink-x86_64.pl')
-rwxr-xr-xms/uplink-x86_64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/uplink-x86_64.pl b/ms/uplink-x86_64.pl
index 03500fe91a..1f244504cd 100755
--- a/ms/uplink-x86_64.pl
+++ b/ms/uplink-x86_64.pl
@@ -8,7 +8,7 @@
$output=pop;
$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
-open OUT,"| \"$^X\" ${dir}../crypto/perlasm/x86_64-xlate.pl $output";
+open OUT,"| \"$^X\" \"${dir}../crypto/perlasm/x86_64-xlate.pl\" \"$output\"";
*STDOUT=*OUT;
push(@INC,"${dir}.");