[openssh-commits] [openssh] 01/02: Remove unneeded backslashes. Patch from Ángel González
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Jun 4 14:48:17 AEST 2015
This is an automated email from the git hooks/post-receive script.
tim pushed a commit to branch master
in repository openssh.
commit 6397eedf953b2b973d2d7cbb504ab501a07f8ddc
Author: Tim Rice <tim at multitalents.net>
Date: Wed Jun 3 21:41:11 2015 -0700
Remove unneeded backslashes. Patch from Ángel González
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 68ce7d6..b6f9302 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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([
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list