This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
PSG
/
civetweb
同期ミラー
https://github.com/civetweb/civetweb.git
ウォッチ
5
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Use bash for pipefail in build script
Niklas Fiekas
2 年 前
親
c6e4e33b78
コミット
6b256fbd5e
1 ファイル変更
、
1 行追加
、
1 行削除
分割表示
差分情報を表示
1
1
build
+ 1
- 1
build
ファイルの表示
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/
usr/
bin/
env ba
sh
set -euo pipefail
IFS=$'\n\t'