Skip to content

Commit 7675956

Browse files
committed
opal_config_subdir_args.m4: fix typo
A typo inadvertantly crept in to e836dbd. Add the extra '-' to make it correctly search for --with-*=internal. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 5f1c940 commit 7675956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opal_config_subdir_args.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ do
6060
;;
6161
-with-platform=* | --with-platform=*)
6262
;;
63-
-with*=internal)
63+
--with*=internal)
6464
;;
6565
*)
6666
case $subdir_arg in

0 commit comments

Comments
 (0)