Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler updates #989

Merged
merged 9 commits into from
Aug 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
typo
  • Loading branch information
edoapra committed Aug 7, 2024
commit ba8078a1ff45d63b3559751ee2b8871970100989
2 changes: 1 addition & 1 deletion src/tools/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ ifdef USE_GAGITHUB
GA_BRANCH = develop
else
GA_DIR0=ga-$(GA_BRANCH)
GA_DIR := (shell echo $(GA_DIR0) | sed -e 's/\//_/g')
GA_DIR := $(shell echo $(GA_DIR0) | sed -e 's/\//_/g')
endif
endif
else
Expand Down