mirror of
https://github.com/wiremod/wire.git
synced 2025-03-04 03:03:04 -05:00
making shell script POSIX (#2389)
Making script POSIX compliant. This will use the shell that the user have set. If you installed fx 'dash' witch is allegedly 4x faster than bash, it will use that.
This commit is contained in:
parent
cbc017110f
commit
e0ab65866b
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user