diff options
author | Wayne Davison <wayned@samba.org> | 2009-01-13 14:40:35 -0800 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2009-01-13 14:52:03 -0800 |
commit | 01e293f1b52bd16b5b487f5003cce4948786c474 (patch) | |
tree | a17a7b50d52ea32ae2963592927fef5b1fa89ccf /packaging/release-rsync | |
parent | 8051aa5a34b83c6da8acf82ad3dddb47437b994b (diff) | |
download | android_external_rsync-01e293f1b52bd16b5b487f5003cce4948786c474.tar.gz android_external_rsync-01e293f1b52bd16b5b487f5003cce4948786c474.tar.bz2 android_external_rsync-01e293f1b52bd16b5b487f5003cce4948786c474.zip |
Use "use warnings" rather than -w on the #! line.
Diffstat (limited to 'packaging/release-rsync')
-rwxr-xr-x | packaging/release-rsync | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/release-rsync b/packaging/release-rsync index 957e8929..71bb18e2 100755 --- a/packaging/release-rsync +++ b/packaging/release-rsync @@ -1,5 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use strict; +use warnings; # This script expects the directory ~/samba-rsync-ftp to exist and to be a # copy of the /home/ftp/pub/rsync dir on samba.org. When the script is done, |