From cf09a51d3a40328da2cddb3b8c8b845e7f3354c4 Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 25 Oct 2015 21:49:48 +0000 Subject: [PATCH] Updated to use env in distro script --- scripts/distro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/distro b/scripts/distro index a9163da156..ecfda5c4b1 100755 --- a/scripts/distro +++ b/scripts/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`