We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 731b7e8 + 04c50c6 commit 3b7fd5aCopy full SHA for 3b7fd5a
config/opal_setup_cli.m4
@@ -2,6 +2,7 @@ dnl -*- shell-script -*-
2
dnl
3
dnl Copyright (c) 2016 Research Organization for Information Science
4
dnl and Technology (RIST). All rights reserved.
5
+dnl Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
6
dnl $COPYRIGHT$
7
8
dnl Additional copyrights may follow
@@ -22,7 +23,7 @@ AC_DEFUN([OPAL_CAPTURE_CONFIGURE_CLI],[
22
23
OPAL_VAR_SCOPE_PUSH([sed_quote_subst arg quoted_arg])
24
$1=
25
for arg in "$[]@"; do
- sed_quote_subst='s/\(@<:@`"$\\@:>@\)/\\\1/g'
26
+ sed_quote_subst='s/\(@<:@`"\\@:>@\)/\\\1/g'
27
case "$arg" in
28
*@<:@\\\`\"\$[]@:>@*)
29
quoted_arg=\'`echo "$arg" | sed $sed_quote_subst`\' ;;
0 commit comments