diff options
| author | Joel Martin <github@martintribe.org> | 2015-02-10 20:57:56 -0600 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-02-10 20:57:56 -0600 |
| commit | 2ffb2af827faf4df00a93761b9e4f5948738d63f (patch) | |
| tree | b27108f7dafcbcb882ecd247c60216ba1d9bcc09 /bash/step2_eval.sh | |
| parent | 8a9d0a8a41a176cb0e3bf6cbac70b21e9d983e2a (diff) | |
| parent | c97af215258bcc71ecc0e01a0d78794018be4ecf (diff) | |
| download | mal-2ffb2af827faf4df00a93761b9e4f5948738d63f.tar.gz mal-2ffb2af827faf4df00a93761b9e4f5948738d63f.zip | |
Merge pull request #5 from alandipert/master
bash: use env in shebang
Diffstat (limited to 'bash/step2_eval.sh')
| -rwxr-xr-x | bash/step2_eval.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/step2_eval.sh b/bash/step2_eval.sh index b59320b..54c645b 100755 --- a/bash/step2_eval.sh +++ b/bash/step2_eval.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash source $(dirname $0)/reader.sh source $(dirname $0)/printer.sh |
