summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2016-03-29 21:26:39 +0200
committerRich Salz <rsalz@openssl.org>2016-04-04 18:44:47 -0400
commitb2be6ed0509315d15a75f7c7c9c19e04d6b8949e (patch)
tree2a1ea3b5e70383c7c799e8fd96b9410d16fce309 /ms
parent76c1183dee1699601d843663c86e90fff2c23934 (diff)
fix perl shebang
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'ms')
-rw-r--r--ms/cmp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/cmp.pl b/ms/cmp.pl
index e6f8368460..31d7e1ed94 100644
--- a/ms/cmp.pl
+++ b/ms/cmp.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/env perl
($#ARGV == 1) || die "usage: cmp.pl <file1> <file2>\n";