Skip to content

Commit 374fbbb

Browse files
committed
Make it clear that bash is required
The script contains some bashims like echo -e so better make it explicit. Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
1 parent b2fd478 commit 374fbbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compile_webidebridge.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
# git submodule init
24
# git submodule update
35

0 commit comments

Comments
 (0)