1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-04 21:35:46 +01:00

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

View File

@@ -1,4 +1,4 @@
#!/bin/dash
#!/bin/bash
set -e
top=$(pwd)