summaryrefslogtreecommitdiff
path: root/support/rsync-slash-strip
diff options
context:
space:
mode:
Diffstat (limited to 'support/rsync-slash-strip')
-rwxr-xr-xsupport/rsync-slash-strip2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/rsync-slash-strip b/support/rsync-slash-strip
index 43b82bf4..2869e45c 100755
--- a/support/rsync-slash-strip
+++ b/support/rsync-slash-strip
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# This script can be used as an rsync command-line filter that strips a single
# trailing slash from each arg. That treats "src/" the same as "src", thus
# you need to use "src/." or "src//" for just the contents of the "src" dir.