diff --git a/Makefile b/Makefile index da97c018..f18c1fc3 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -SHELL = /bin/bash +SHELL = /usr/bin/env bash .PHONY: all art cleanart version program path deps run race generate build clean test gofmt yamlfmt format docs rpmbuild mkdirs rpm srpm spec tar upload upload-sources upload-srpms upload-rpms copr .SILENT: clean diff --git a/misc/make-deps.sh b/misc/make-deps.sh index 9edfa171..8b6bafa3 100755 --- a/misc/make-deps.sh +++ b/misc/make-deps.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # setup a simple go environment XPWD=`pwd` ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )" # dir!