diff options
author | Davide Brini <dave_br@gmx.com> | 2010-04-22 09:50:31 +0200 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-10-21 11:37:03 +0200 |
commit | 892e64b6b9e08f838add6b32dfdea73d607b36ce (patch) | |
tree | 58bc58787ce6176894a281c0d4099c9cef2f9436 /contrib | |
parent | Enhance contrib/pull-resolv-conf/client.{up,down} scripts (diff) | |
download | openvpn-892e64b6b9e08f838add6b32dfdea73d607b36ce.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 |