aboutsummaryrefslogtreecommitdiff
path: root/bash/step0_repl.sh
diff options
context:
space:
mode:
authorAlan Dipert <alan@dipert.org>2015-02-10 15:59:50 -0500
committerAlan Dipert <alan@dipert.org>2015-02-10 15:59:50 -0500
commit7838e3398e40af2fa82b0c71d392eb64ad69c4d8 (patch)
treeccbd0a1663fea167256570ae0b629468fe9cb7ed /bash/step0_repl.sh
parent8a9d0a8a41a176cb0e3bf6cbac70b21e9d983e2a (diff)
downloadmal-7838e3398e40af2fa82b0c71d392eb64ad69c4d8.tar.gz
mal-7838e3398e40af2fa82b0c71d392eb64ad69c4d8.zip
bash: use env in shebang
- Now works on Macs with Bash4 from homebrew
Diffstat (limited to 'bash/step0_repl.sh')
-rwxr-xr-xbash/step0_repl.sh2
1 files changed, 1 insertions, 1 deletions
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