diff options
| author | Timo Weingärtner <timo@tiwe.de> | 2013-01-12 19:35:28 +0100 |
|---|---|---|
| committer | Timo Weingärtner <timo@tiwe.de> | 2013-01-12 19:35:28 +0100 |
| commit | 1e1e7fecbd162d7e763fd553994ba90298101659 (patch) | |
| tree | 10d8bcac7a795b96b2daf901e4ae2949b7187ddd /plugins/rsync | |
| parent | 1b05237ebb0ef83d2b0603369347da9832711c82 (diff) | |
| download | openssh-known-hosts-1e1e7fecbd162d7e763fd553994ba90298101659.tar.gz | |
use #!/bin/sh, any POSIX sh is ok.
Thanks: Philipp Kern <pkern@debian.org>
Diffstat (limited to 'plugins/rsync')
| -rwxr-xr-x | plugins/rsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rsync b/plugins/rsync index 2d51a9d..1a57660 100755 --- a/plugins/rsync +++ b/plugins/rsync @@ -1,4 +1,4 @@ -#!/bin/dash +#!/bin/sh # rsync plugin # |
