Skip to content

Commit d8f6673

Browse files
committed
Revert use of set -u for bash
don't raise error due to variables otherwise colcon setup.sh chokes from using an unbounded path variable
1 parent beaddfd commit d8f6673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/on-create-command.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -euxo pipefail
3+
set -exo pipefail
44

55
export OVERLAY_MIXINS="release ccache lld"
66
export CCACHE_DIR="$OVERLAY_WS/.ccache"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
set -euxo pipefail
3+
set -exo pipefail

0 commit comments

Comments
 (0)