Skip to content

Commit

Permalink
Merge pull request #1999 from antmicro/make-issue-design-config
Browse files Browse the repository at this point in the history
util: makeIssue.sh: Use DESIGN_CONFIG env var for passing the path to the config
  • Loading branch information
maliberty committed May 9, 2024
2 parents 3d347b4 + d8674ad commit 9b86e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/util/makeIssue.sh
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 9b86e54

Please sign in to comment.