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

Typo in oac_list.m4 #12

Closed
bosilca opened this issue Apr 12, 2023 · 2 comments · Fixed by #13
Closed

Typo in oac_list.m4 #12

bosilca opened this issue Apr 12, 2023 · 2 comments · Fixed by #13

Comments

@bosilca
Copy link
Member

bosilca commented Apr 12, 2023

Impacts PRRTE and OMPI. The following patch fixes the issue.

diff --git a/oac_list.m4 b/oac_list.m4
index 69ae030..825938a 100644
--- a/oac_list.m4
+++ b/oac_list.m4
@@ -214,7 +214,7 @@ OAC_VAR_SCOPE_PUSH([oac_list_arg oac_list_append oac_list_va
 for oac_list_arg in $2; do
     AS_CASE([${oac_list_arg}],
             [-I*|-L*],
-            [oac_list_apend=1
+            [oac_list_append=1
              for oac_list_val in ${$1} ; do
                  AS_IF([test "x${oac_list_val}" = "x${oac_list_arg}"],
                        [oac_list_append=0])
@jsquyres
Copy link
Member

Wow -- you couldn't turn that diff into a PR? 😜

@jsquyres
Copy link
Member

@bosilca PR in #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants