This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
PSG
/
civetweb
mirror da
https://github.com/civetweb/civetweb.git
Segui
5
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Use bash for pipefail in build script
Niklas Fiekas
2 anni fa
parent
c6e4e33b78
commit
6b256fbd5e
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
build
+ 1
- 1
build
Vedi File
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/
usr/
bin/
env ba
sh
set -euo pipefail
IFS=$'\n\t'