Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1e9fe08

Browse files
committed
set euo pipefail on all scripts
1 parentedb60d8 commit1e9fe08

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

‎pkgbuild/scripts/postinstall‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -euo pipefail
4+
35
RUNNING_MARKER_FILE="/tmp/coder_desktop_running"
46

57
LAUNCH_DAEMON_PLIST_SRC="/Applications/Coder Desktop.app/Contents/Library/LaunchDaemons"

‎pkgbuild/scripts/preinstall‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
set -euo pipefail
4+
35
RUNNING_MARKER_FILE="/tmp/coder_desktop_running"
46
LAUNCH_DAEMON_NAME="com.coder.Coder-Desktop.Helper"
57

‎scripts/upsert-dev-helper.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# /Applications/Coder/Coder Desktop.app, which is where the local build is
55
# installed.
66

7-
set -euox pipefail
7+
set -euxo pipefail
88

99
LAUNCH_DAEMON_PLIST_SRC="/Applications/Coder/Coder Desktop.app/Contents/Library/LaunchDaemons"
1010
LAUNCH_DAEMON_PLIST_DEST="/Library/LaunchDaemons"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp