From b6bfbbaf2c99945aceb92e9c7f950a53196c26fc Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Sun, 25 Oct 2015 21:51:43 +0000 Subject: [PATCH] Update distro to use env --- snmp/distro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snmp/distro b/snmp/distro index 922960d..8d080c9 100755 --- a/snmp/distro +++ b/snmp/distro @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # Detects which OS and if it is Linux then it will detect which Linux Distribution. OS=`uname -s`