Skip to content

Commit

Permalink
fix(proc): restore autobuild3 bash settings
Browse files Browse the repository at this point in the history
  • Loading branch information
liushuyu committed Feb 7, 2024
1 parent 3a1ef9b commit 0f63469
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proc/01-core-defines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export SYMDIR="$SRCDIR/abdist-dbg"
# early check
[ -d "autobuild" ] || abdie "Did not find autobuild directory!"

shopt -s expand_aliases extglob globstar nullglob

# Autobuild settings
load_strict "$AB"/lib/default.sh
load_strict "$AB/arch/_common.sh"
Expand Down

0 comments on commit 0f63469

Please sign in to comment.