Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit19dfbd8
committed
Make the init script a portable POSIX shell script
This translates init-tests-after-clone.sh from bash to POSIX sh,changing the hashbang and replacing all bash-specific features, sothat it can be run on any POSIX-compatible ("Bourne style") shell,including but not limited to bash. This allows it to be used evenon systems that don't have any version of bash installed anywhere.Only that script is modified. The other shell scripts make greateruse of (and gain greater benefit from) bash features, and are alsoonly used for building and releasing. In contrast, this script ismeant to be used by most users who clone the repository.1 parente604b46 commit19dfbd8
1 file changed
+10
-6
lines changedLines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 |
| |
11 | 15 |
| |
12 | 16 |
| |
|
0 commit comments
Comments
(0)