Browse Source

Change shell to sh as it is more common

master
Valdis Vitolins 4 years ago
parent
commit
2954e498ca
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/bom.test

+ 1
- 1
tests/bom.test View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# This script checks for Byte Order Marks in source files
# which in some places may break compilation/runtime of eSpeak NG
# Look for more at: https://en.wikipedia.org/wiki/Byte_order_mark

Loading…
Cancel
Save