mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-03 00:35:47 +01:00
Specify bash rather than dash in the make_jar.sh shebang line.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/dash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
top=$(pwd)
|
top=$(pwd)
|
||||||
|
|||||||
Reference in New Issue
Block a user