summaryrefslogtreecommitdiff
path: root/support/rsync-no-vanished
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/rsync-no-vanished
parent929f136b3ba5c554f8ae40761f6561678c26fa19 (diff)
downloadrsync-27e88dec0436878c7a9fc47c11c7703874e3acfe.tar.gz
Use /usr/bin/env for increased portability.
Diffstat (limited to 'support/rsync-no-vanished')
-rwxr-xr-xsupport/rsync-no-vanished2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/rsync-no-vanished b/support/rsync-no-vanished
index 1cce75cb..cc3c29ce 100755
--- a/support/rsync-no-vanished
+++ b/support/rsync-no-vanished
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
IGNOREEXIT=24
IGNOREOUT='^(file has vanished: |rsync warning: some files vanished before they could be transferred)'