Skip to content

Commit

Permalink
Fix the shebang line.
Browse files Browse the repository at this point in the history
POSIX compliant bourne shell implementations do not support array variables.  In
particular Debian/Ubuntu's /bin/dash (which is linked from /bin/sh) fails to
parse the script.

It should also fail in other platforms such as Solaris or BSD.
  • Loading branch information
etanol committed Nov 15, 2011
1 parent c4fde8a commit f173078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# spark
# https://github.com/holman/spark
Expand Down

0 comments on commit f173078

Please sign in to comment.