Skip to content

Commit c0e1f78

Browse files
committed
makefile: exclude do-copy in make issue
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 9b92ef7 commit c0e1f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/util/generate-vars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
55
# exclude system and CI variables
66
EXCLUDED_VARS="MAKE|PYTHONPATH|PKG_CONFIG_PATH|PERL5LIB|PCP_DIR|PATH|MANPATH"
77
EXCLUDED_VARS+="|LD_LIBRARY_PATH|INFOPATH|HOME|PWD|MAIL|TIME_CMD|QT_QPA_PLATFORM"
8-
EXCLUDED_VARS+="|do-step"
8+
EXCLUDED_VARS+="|do-step|do-copy"
99

1010
printf '%s\n' "$ISSUE_VARIABLES" | while read -r V;
1111
do

0 commit comments

Comments
 (0)