From 892e64b6b9e08f838add6b32dfdea73d607b36ce Mon Sep 17 00:00:00 2001 From: Davide Brini Date: Thu, 22 Apr 2010 09:50:31 +0200 Subject: 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 Signed-off-by: David Sommerseth Acked-by: David Sommerseth --- contrib/pull-resolv-conf/client.down | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') 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 -- cgit