From 7838e3398e40af2fa82b0c71d392eb64ad69c4d8 Mon Sep 17 00:00:00 2001 From: Alan Dipert Date: Tue, 10 Feb 2015 15:59:50 -0500 Subject: bash: use env in shebang - Now works on Macs with Bash4 from homebrew --- bash/step0_repl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/step0_repl.sh') diff --git a/bash/step0_repl.sh b/bash/step0_repl.sh index 261ecc2..8e1fff0 100755 --- a/bash/step0_repl.sh +++ b/bash/step0_repl.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash READ () { read -u 0 -e -p "user> " r -- cgit v1.2.3