Specify bash rather than dash in the make_jar.sh shebang line.

This commit is contained in:
Doug Kearns
2009-06-04 21:42:30 +10:00
parent bee39cacb7
commit 56814ed072
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/dash
#!/bin/bash
set -e
top=$(pwd)