summaryrefslogtreecommitdiff
path: root/support/rrsync
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-16 18:02:45 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-16 18:27:48 -0700
commit27e88dec0436878c7a9fc47c11c7703874e3acfe (patch)
treeabe6c09a22bc5b46ec9ff43f5724fd8c6900da0a /support/rrsync
parent929f136b3ba5c554f8ae40761f6561678c26fa19 (diff)
downloadrsync-27e88dec0436878c7a9fc47c11c7703874e3acfe.tar.gz
Use /usr/bin/env for increased portability.
Diffstat (limited to 'support/rrsync')
-rw-r--r--support/rrsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/rrsync b/support/rrsync
index a0ba074d..34e62300 100644
--- a/support/rrsync
+++ b/support/rrsync
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
# Name: /usr/local/bin/rrsync (should also have a symlink in /usr/bin)
# Purpose: Restricts rsync to subdirectory declared in .ssh/authorized_keys
# Author: Joe Smith <js-cgi@inwap.com> 30-Sep-2004