diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2016-03-29 21:26:39 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-04-05 00:44:47 +0200 |
commit | b2be6ed0509315d15a75f7c7c9c19e04d6b8949e (patch) | |
tree | 2a1ea3b5e70383c7c799e8fd96b9410d16fce309 | |
parent | use whitespace more consistently (diff) | |
download | openssl-b2be6ed0509315d15a75f7c7c9c19e04d6b8949e.tar.xz openssl-b2be6ed0509315d15a75f7c7c9c19e04d6b8949e.zip |
fix perl shebang
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
-rw-r--r-- | ms/cmp.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/env perl ($#ARGV == 1) || die "usage: cmp.pl <file1> <file2>\n"; |