summaryrefslogtreecommitdiff
path: root/bin/rrsync
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-10 23:21:12 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-10 23:21:52 -0700
commit39f9bc664b8e597203c5048b55b6da3d25f5cbdd (patch)
tree47dd5edac12c319b2cde636e3f9f87d058ddc910 /bin/rrsync
parentb13fbe8a86db83c1c62866313f45c5fb4df044e3 (diff)
downloaddotfiles-39f9bc664b8e597203c5048b55b6da3d25f5cbdd.tar.gz
use shebangs more consistently
Diffstat (limited to 'bin/rrsync')
-rwxr-xr-xbin/rrsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rrsync b/bin/rrsync
index 0d138f17..cf52c4b2 100755
--- a/bin/rrsync
+++ b/bin/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