You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixesEricsson#302. If HELLO variable is set in the environment,
then in the config files given by --saargs and --tidyargs all occurences
of $(HELLO) are replaced to its value.
This commit fixesEricsson#302. If HELLO variable is set in the environment,
then in the config files given by --saargs and --tidyargs all occurences
of $(HELLO) are replaced to its value.
bruntib
pushed a commit
to bruntib/codechecker
that referenced
this issue
Jun 6, 2016
This commit fixesEricsson#302. If HELLO variable is set in the environment,
then in the config files given by --saargs and --tidyargs all occurences
of $(HELLO) are replaced to its value.
bruntib
pushed a commit
to bruntib/codechecker
that referenced
this issue
Jun 8, 2016
This commit fixesEricsson#302. If HELLO variable is set in the environment,
then in the config files given by --saargs and --tidyargs all occurences
of $(HELLO) are replaced to its value.
saargs and tidyargs config files should handle environment variables
for example in an saargs config file:
-I/home/$$MY_PROJ$$/inc
The text was updated successfully, but these errors were encountered: