bash to sh for two scripts

These don't use any special bash features. They can use regular sh.
This commit is contained in:
Rosen Penev
2019-08-03 22:58:56 -07:00
parent e6d69ebaa6
commit f3a3d5aed9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
##
## Author......: See docs/credits.txt

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
##
## Author......: See docs/credits.txt