Merge pull request #19 from wertarbyte/fix-simulat0r-shell
use /bin/sh syntax instead of bashism
This commit is contained in:
commit
92ed2468a4
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
function verbmsg()
|
verbmsg()
|
||||||
{
|
{
|
||||||
true
|
true
|
||||||
# echo $1
|
# echo $1
|
||||||
|
|
Loading…
Reference in New Issue