Skip to content

Commit

Permalink
build: [upgrade-makesystem-bot] Upgrade to v0.5.34.
Browse files Browse the repository at this point in the history
Automated change generated by the Upgrade Makesystem Bot.
  • Loading branch information
Tuxdude committed Jun 15, 2024
1 parent 346eb60 commit ee50e9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bootstrap/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.33
0.5.34
2 changes: 1 addition & 1 deletion .bootstrap/makesystem.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BOOTSTRAP_MAKESYSTEM_MK := 1

MAKESYSTEM_BASE_DIR ?= ./.makesystem

SHELL := /bin/bash -e -o pipefail
SHELL := /bin/bash -E -e -o pipefail

ifneq ("$(wildcard $(MAKESYSTEM_BASE_DIR)/.id)","")
MAKESYSTEM_FOUND := 1
Expand Down
2 changes: 1 addition & 1 deletion .bootstrap/setup-makesystem.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -e -o pipefail
set -E -e -o pipefail

ver="${1:?}"
makesystem_dir="${2:?}"
Expand Down

0 comments on commit ee50e9d

Please sign in to comment.