]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Remove unneeded backslashes. Patch from Ángel González
authorTim Rice <tim@multitalents.net>
Thu, 4 Jun 2015 04:41:11 +0000 (21:41 -0700)
committerTim Rice <tim@multitalents.net>
Thu, 4 Jun 2015 04:41:11 +0000 (21:41 -0700)
configure.ac

index 68ce7d67492ab7192e6c4924c6db42e3e098a8b6..b6f9302018fe82e390dba1c1279bff67b6b96c4a 100644 (file)
@@ -4356,7 +4356,7 @@ if test ! -z "$IPADDR_IN_DISPLAY" ; then
 else
        DISPLAY_HACK_MSG="no"
        AC_ARG_WITH([ipaddr-display],
-               [  --with-ipaddr-display   Use ip address instead of hostname in \$DISPLAY],
+               [  --with-ipaddr-display   Use ip address instead of hostname in $DISPLAY],
                [
                        if test "x$withval" != "xno" ; then
                                AC_DEFINE([IPADDR_IN_DISPLAY])
@@ -4402,7 +4402,7 @@ fi
 # Whether to mess with the default path
 SERVER_PATH_MSG="(default)"
 AC_ARG_WITH([default-path],
-       [  --with-default-path=    Specify default \$PATH environment for server],
+       [  --with-default-path=    Specify default $PATH environment for server],
        [
                if test "x$external_path_file" = "x/etc/login.conf" ; then
                        AC_MSG_WARN([