Skip to content

Commit

Permalink
whoops, remove bash in shbang
Browse files Browse the repository at this point in the history
  • Loading branch information
crowell committed Aug 22, 2015
1 parent 9d19e29 commit d861f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

getabsolutepath() {
[ -d "$1" ] && { cd "$1"; echo "$(pwd -P)"; } ||
Expand Down

0 comments on commit d861f20

Please sign in to comment.