We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
0ct0pu5
/
ladybird
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
Meta: Replace /bin/env with /usr/bin/envin serenity.sh shebang
This is more portable.
Linus Groh
4 年 前
親
45f97c1096
コミット
a48d365046
1 ファイル変更
、
2 行追加
、
1 行削除
分割表示
差分情報を表示
2
1
Meta/serenity.sh
+ 2
- 1
Meta/serenity.sh
ファイルの表示
@@ -1,4 +1,5 @@
-#!/bin/env bash
+#!/usr/bin/env bash
+
set -e
ARG0=$0