summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2011-10-04 10:05:28 -0400
committerPeter Foley <pefoley2@verizon.net>2011-10-07 23:03:43 +0000
commit9fe2f5afabce999e9a0d60b641d3b9b9517bf3ad (patch)
tree260453abbb22467a733ae4cad2d9f405eded5c41 /configure.in
parent1df3426dc9084725dc5d7a8407ee794a6db31b3c (diff)
quote tr arguments
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index bde00f65c4b7..e664b5f702f7 100644
--- a/configure.in
+++ b/configure.in
@@ -9279,7 +9279,7 @@ PRODUCTNAME=AC_PACKAGE_NAME
AC_MSG_RESULT([$PRODUCTNAME])
AC_SUBST(PRODUCTNAME)
-INSTALLDIRNAME=`echo AC_PACKAGE_NAME | tr [[:upper:]] [[:lower:]]`
+INSTALLDIRNAME=`echo AC_PACKAGE_NAME | tr '[[:upper:]]' '[[:lower:]]'`
AC_MSG_CHECKING([for install dirname])
if test -n "$with_install_dirname" -a "$with_install_dirname" != "no" -a "$with_install_dirname" != "yes" ; then
INSTALLDIRNAME="$with_install_dirname"