Commit 5bdae3d
committed
Fix (bash-script): Switch from sh to bash shell.
- The script was using `echo -e ...` which isn't supported in sh shells.
- Could have kept sh by using instead printf, but this fix is quicker and I am not in the mood to wast time.
Signed-off-by: Exadra37 <exadra37@gmail.com>1 parent 5b6583e commit 5bdae3d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments