From 7c097513a1abeacc3b96c15bd9cfc8706515fc15 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 5 Jul 2005 14:41:28 +0000 Subject: use proper shebang line in autosupport script, at proper location (bug #4640) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6021 f38db490-d61c-443f-a65b-d21fe96a405b --- contrib/scripts/autosupport | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/scripts/autosupport b/contrib/scripts/autosupport index fa3b59688..e13d839dc 100755 --- a/contrib/scripts/autosupport +++ b/contrib/scripts/autosupport @@ -1,3 +1,4 @@ +#!/bin/sh # # Collect support information # @@ -8,7 +9,6 @@ # Distributed under the terms of the GNU General Public # License # -#!/bin/bash OUTPUT=$HOME/digiuminfo -- cgit v1.2.3