summaryrefslogtreecommitdiff
path: root/support/git-set-file-times
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2009-01-13 14:40:35 -0800
committerWayne Davison <wayned@samba.org>2009-01-13 14:52:03 -0800
commit01e293f1b52bd16b5b487f5003cce4948786c474 (patch)
treea17a7b50d52ea32ae2963592927fef5b1fa89ccf /support/git-set-file-times
parent8051aa5a34b83c6da8acf82ad3dddb47437b994b (diff)
downloadrsync-01e293f1b52bd16b5b487f5003cce4948786c474.tar.gz
Use "use warnings" rather than -w on the #! line.
Diffstat (limited to 'support/git-set-file-times')
-rwxr-xr-xsupport/git-set-file-times3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/git-set-file-times b/support/git-set-file-times
index 85d854e8..077ac0e0 100755
--- a/support/git-set-file-times
+++ b/support/git-set-file-times
@@ -1,5 +1,6 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
use strict;
+use warnings;
# Sets mtime and atime of files to the latest commit time in git.
#