Skip to content

Commit

Permalink
Invoke perl with /usr/bin/env
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Jul 9, 2015
1 parent 3158325 commit fd35a4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/scripts/splitpatch.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# ----------------------------------------------------------------------------
# "THE BEER-WARE LICENSE" (Revision 42)
# <[email protected]> wrote this file. As long as you retain this notice you
Expand All @@ -8,6 +8,7 @@
#
# $FreeBSD$
use strict;
use warnings;

# good tests:
# /usr/ports/archivers/zoo/files/patch-aa (context diff)
Expand Down

0 comments on commit fd35a4c

Please sign in to comment.