From: Colin Patrick Mccabe Date: Mon, 28 Jan 2013 23:16:07 +0000 (-0800) Subject: find bash through /usr/bin/env X-Git-Url: http://www.club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?p=cmccabe-bin;a=commitdiff_plain;h=eb8b5888d022a011ed893da7c7e07c3d7db48cbe find bash through /usr/bin/env Signed-off-by: Colin McCabe --- diff --git a/80x25.sh b/80x25.sh index ed7341f..e0b0263 100755 --- a/80x25.sh +++ b/80x25.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cat <" diff --git a/sidplayall.sh b/sidplayall.sh index 6eec0fe..b0cafca 100755 --- a/sidplayall.sh +++ b/sidplayall.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash usage() { diff --git a/vfat-label.sh b/vfat-label.sh index 5168491..2f6126d 100755 --- a/vfat-label.sh +++ b/vfat-label.sh @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/usr/bin/env bash -x usage() { cat <