There was an error while loading. Please reload this page.
1 parent eef7d96 commit 829a133Copy full SHA for 829a133
1 file changed
bashpp
@@ -161,7 +161,7 @@ function preprocess() {
161
}
162
163
INCLUDE_DIR=${INCLUDE_DIR:-libs}
164
-BASHP_INCLUDE_DIRS=${BASHP_INCLUDE_DIRS:-$INCLUDE_DIR}
+[[ -n "$BASHP_INCLUDE_DIRS" ]] && BASHP_INCLUDE_DIRS+=":${INCLUDE_DIR}" || BASHP_INCLUDE_DIRS=$INCLUDE_DIR
165
BASHP_INCLUDE_REPOS=${BASHP_INCLUDE_REPOS:-ghcr.io/lf-certification}
166
mkdir -p "$INCLUDE_DIR"
167
0 commit comments