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
|
||||
function verbmsg()
|
||||
verbmsg()
|
||||
{
|
||||
true
|
||||
# echo $1
|
||||
|
|
Loading…
Reference in New Issue