Skip to content

Commit

Permalink
util: makeIssue.sh: Use DESIGN_CONFIG env var for passing the path to…
Browse files Browse the repository at this point in the history
… the config

Use DESIGN_CONFIG env var instead of DESIGN_DIR and hardcoded config.mk filename

Signed-off-by: Pawel Czarnecki <[email protected]>
  • Loading branch information
lpawelcz committed May 9, 2024
1 parent 3d347b4 commit d8674ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/util/makeIssue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ echo "Using $COMPRESS to compress tar file"
if [ -v FULL_ISSUE ]; then
DESIGN_PLATFORM_FILES="$DESIGN_DIR $PLATFORM_DIR"
else
DESIGN_PLATFORM_FILES="$DESIGN_DIR/config.mk $PLATFORM_DIR/config.mk"
DESIGN_PLATFORM_FILES="$DESIGN_CONFIG $PLATFORM_DIR/config.mk"
fi

set -x
Expand Down

0 comments on commit d8674ad

Please sign in to comment.