X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8051aa5a34b83c6da8acf82ad3dddb47437b994b..01e293f1b52bd16b5b487f5003cce4948786c474:/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';