Skip to content

Commit 11db198

Browse files
committed
Fix soundness error
1 parent 4d224a0 commit 11db198

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/sandbox.sb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
(subpath "/bin")
5959
(subpath "/usr/bin")
6060
(subpath "/usr/local/bin")
61+
(subpath "/usr/lib/swift")
6162
(subpath "/usr/libexec/path_helper")
6263
(subpath "/usr/local/share/git-core")
6364
(subpath "/usr/local/share/hwtrace")

docker/test-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
set -e
1717

18-
platform=$([ $(arch) == "arm64" ] && echo "arm64" || echo "x64")
18+
platform=$([ "$(arch)" == "arm64" ] && echo "arm64" || echo "x64")
1919

2020
NODE_VERSION="$(cat .nvmrc)"
2121
NODE_NAME="node-v$NODE_VERSION-darwin-$platform"

0 commit comments

Comments
 (0)