Skip to content

Commit ee43deb

Browse files
committed
opal_setup_wrappers.m4: remove excess quoting
Signed-off-by: Jeff Squyres <jsquyres@cisco.com> (cherry picked from commit ab8130d)
1 parent 2507725 commit ee43deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/opal_setup_wrappers.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dnl University of Stuttgart. All rights reserved.
1111
dnl Copyright (c) 2004-2005 The Regents of the University of California.
1212
dnl All rights reserved.
1313
dnl Copyright (c) 2006-2010 Oracle and/or its affiliates. All rights reserved.
14-
dnl Copyright (c) 2009-2016 Cisco Systems, Inc. All rights reserved.
14+
dnl Copyright (c) 2009-2021 Cisco Systems, Inc. All rights reserved.
1515
dnl Copyright (c) 2015-2017 Research Organization for Information Science
1616
dnl and Technology (RIST). All rights reserved.
1717
dnl Copyright (c) 2016 IBM Corporation. All rights reserved.
@@ -97,7 +97,7 @@ AC_DEFUN([OPAL_SETUP_WRAPPER_INIT],[
9797
# assume that the path is not currently valid.
9898
wrapper_tmp="$(type -p "$with_wrapper_cc")"
9999
if test -z "$wrapper_tmp" ; then
100-
AC_MSG_WARN([could not find \"$with_wrapper_cc\" in path])
100+
AC_MSG_WARN([could not find "$with_wrapper_cc" in path])
101101
fi
102102
WRAPPER_CC=$with_wrapper_cc
103103

0 commit comments

Comments
 (0)