Skip to content

Commit

Permalink
/bin/bash isn't on my system
Browse files Browse the repository at this point in the history
/bin/bash isn't on my system /usr/bin/env bash to use PATH
  • Loading branch information
derekschrock committed Mar 22, 2014
1 parent 282514e commit e794eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash2048.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

#important variables
declare -ia board # array that keeps track of game status
Expand Down

0 comments on commit e794eab

Please sign in to comment.