Date: Thu, 9 Jul 2015 06:49:28 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391618 - head/Tools/scripts Message-ID: <201507090649.t696nSEl047739@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Jul 9 06:49:28 2015 New Revision: 391618 URL: https://svnweb.freebsd.org/changeset/ports/391618 Log: Invoke perl with /usr/bin/env Modified: head/Tools/scripts/splitpatch.pl Modified: head/Tools/scripts/splitpatch.pl ============================================================================== --- head/Tools/scripts/splitpatch.pl Thu Jul 9 06:36:20 2015 (r391617) +++ head/Tools/scripts/splitpatch.pl Thu Jul 9 06:49:28 2015 (r391618) @@ -1,4 +1,4 @@ -#! /usr/bin/perl -w +#! /usr/bin/env perl # ---------------------------------------------------------------------------- # "THE BEER-WARE LICENSE" (Revision 42) # <tobez@FreeBSD.org> wrote this file. As long as you retain this notice you @@ -8,6 +8,7 @@ # # $FreeBSD$ use strict; +use warnings; # good tests: # /usr/ports/archivers/zoo/files/patch-aa (context diff)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507090649.t696nSEl047739>