From 253377c208d2b13ad163266f6dd54e0efebb3aab Mon Sep 17 00:00:00 2001
From: "Kevin P. Fleming" <kpfleming@digium.com>
Date: Tue, 5 Jul 2005 14:41:28 +0000
Subject: [PATCH] use proper shebang line in autosupport script, at proper
 location (bug #4640)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6021 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 contrib/scripts/autosupport | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/scripts/autosupport b/contrib/scripts/autosupport
index fa3b596889..e13d839dcd 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
 
-- 
GitLab