This website works better with JavaScript
Home
Explore
Help
Register
Sign In
PSG
/
civetweb
mirror of
https://github.com/civetweb/civetweb.git
Watch
5
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Use bash for pipefail in build script
Niklas Fiekas
2 years ago
parent
c6e4e33b78
commit
6b256fbd5e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
build
+ 1
- 1
build
View File
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/
usr/
bin/
env ba
sh
set -euo pipefail
IFS=$'\n\t'