File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ EXCLUDED_VARS+="|LD_LIBRARY_PATH|INFOPATH|HOME|PWD|MAIL|QT_QPA_PLATFORM"
88EXCLUDED_VARS+=" |OPENROAD_CMD|OPENROAD_GUI_CMD|OPENROAD_NO_EXIT_CMD"
99EXCLUDED_VARS+=" |LSORACLE_CMD|YOSYS_CMD|TIME_CMD|STDBUF_CMD"
1010EXCLUDED_VARS+=" |SHELL|OPENROAD_EXE|YOSYS_EXE"
11+ EXCLUDED_VARS+=" |NPROC|NUM_CORES|PUBLIC|CURDIR|ISSUE_SCRIPTS|MAKEFLAGS"
1112EXCLUDED_VARS+=" |UNSET_VARIABLES_NAMES|do-step|get_variables|do-copy"
1213
1314# get the root directory of the Git repository
1920 continue
2021 fi
2122 rhs=` sed -e ' s/^"//' -e ' s/"$//' <<< " ${V#*=}" `
23+ if [[ " ${rhs} " == " ''" ]]; then
24+ echo " Skiping empty variable ${V} "
25+ continue
26+ fi
2227 # handle absolute paths
2328 if [[ " ${rhs} " == /* ]]; then
2429 if [[ ! -e " ${rhs} " ]]; then
You can’t perform that action at this time.
0 commit comments