X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/56fc9f70d385b20d431d9fa62ef4fd3941949717..f8605c5b89720a09b8aa0d5e7aa3ea27b1ebbf4f:/packaging/patch-update diff --git a/packaging/patch-update b/packaging/patch-update index 46d9ff8f..30a29bce 100755 --- a/packaging/patch-update +++ b/packaging/patch-update @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # This script is used to turn one or more of the "patch/*" branches # into one or more diffs in the "patches" directory. Pass the option # --gen if you want generated files in the diffs. Pass the name of @@ -6,6 +6,7 @@ # diffs. use strict; +use warnings; use Getopt::Long; my $patches_dir = 'patches';