fix perl shebang
authorViktor Szakats <vszakats@users.noreply.github.com>
Tue, 29 Mar 2016 19:26:39 +0000 (21:26 +0200)
committerRich Salz <rsalz@openssl.org>
Mon, 4 Apr 2016 22:44:47 +0000 (18:44 -0400)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
ms/cmp.pl

index e6f8368460f27b45e6abf34f5e2356cbbf3bc2c4..31d7e1ed94acf3df469dd1f29ba7a506a38e9038 100644 (file)
--- 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";
 
 
 ($#ARGV == 1) || die "usage: cmp.pl <file1> <file2>\n";