Merge pull request #2204 from laf/issue-2190

Updated to use env in distro script
This commit is contained in:
Paul Gear
2015-10-26 09:39:43 +10:00

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`