diff options
author | Davide Brini <dave_br@gmx.com> | 2010-04-22 09:50:31 +0200 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-04-29 20:22:29 +0200 |
commit | f619bd0cb21fdfa0089fe131a7a8d7e99d1eb059 (patch) | |
tree | cbc1a3228b86f393ba3ed5673bffe756a722176d /contrib | |
parent | Enhance contrib/pull-resolv-conf/client.{up,down} scripts (diff) | |
download | openvpn-f619bd0cb21fdfa0089fe131a7a8d7e99d1eb059.tar.xz |
Fix missing /bin/bash -> /bin/sh
In commit a9c9a89e96dc1e4e843e05ecadc4349b81606b06 the
client.{up,down} scripts where overhauled and bashism was removed.
During that process, a #! change was missing.
Signed-off-by: Davide Brini <dave_br@gmx.com>
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Acked-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/pull-resolv-conf/client.down | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pull-resolv-conf/client.down b/contrib/pull-resolv-conf/client.down index 2dffeaf..38c585b 100644 --- a/contrib/pull-resolv-conf/client.down +++ b/contrib/pull-resolv-conf/client.down @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (c) 2005-2010 OpenVPN Technologies, Inc. # Licensed under the GPL version 2 |