Update distro to use env

This commit is contained in:
Neil Lathwood
2015-10-25 21:51:43 +00:00
parent 20e2d220bd
commit b6bfbbaf2c
+1 -1
View File
@@ -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`