There was an error while loading. Please reload this page.
noexpand_translation
1 parent 5bb41a3 commit 2e78f60Copy full SHA for 2e78f60
pkg/src/util/pkg.sh
@@ -231,6 +231,9 @@ pkg.phase_local_integration_nonrecursive() {
231
local content_all='# shellcheck shell=bash
232
set -ETeo pipefail
233
shopt -s shift_verbose
234
+if ((BASH_VERSINFO[0] >= 6 || (BASH_VERSINFO[0] == 5 && BASH_VERSINFO[1] >= 2))); then
235
+shopt -s noexpand_translation
236
+fi
237
238
if [ -z "$BASALT_PACKAGE_DIR" ]; then
239
printf "%s\n" "Fatal: source_packages.sh: \$BASALT_PACKAGE_DIR is empty, but must exist"
0 commit comments