commit | b2be6ed0509315d15a75f7c7c9c19e04d6b8949e | [log] [tgz] |
---|---|---|
author | Viktor Szakats <vszakats@users.noreply.github.com> | Tue Mar 29 21:26:39 2016 +0200 |
committer | Rich Salz <rsalz@openssl.org> | Mon Apr 04 18:44:47 2016 -0400 |
tree | 2a1ea3b5e70383c7c799e8fd96b9410d16fce309 | |
parent | 76c1183dee1699601d843663c86e90fff2c23934 [diff] |
fix perl shebang Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
diff --git a/ms/cmp.pl b/ms/cmp.pl index e6f8368..31d7e1e 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";