mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
Remove unneeded backslashes. Patch from Ángel González
This commit is contained in:
parent
5e67859a62
commit
6397eedf95
@ -4356,7 +4356,7 @@ if test ! -z "$IPADDR_IN_DISPLAY" ; then
|
|||||||
else
|
else
|
||||||
DISPLAY_HACK_MSG="no"
|
DISPLAY_HACK_MSG="no"
|
||||||
AC_ARG_WITH([ipaddr-display],
|
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
|
if test "x$withval" != "xno" ; then
|
||||||
AC_DEFINE([IPADDR_IN_DISPLAY])
|
AC_DEFINE([IPADDR_IN_DISPLAY])
|
||||||
@ -4402,7 +4402,7 @@ fi
|
|||||||
# Whether to mess with the default path
|
# Whether to mess with the default path
|
||||||
SERVER_PATH_MSG="(default)"
|
SERVER_PATH_MSG="(default)"
|
||||||
AC_ARG_WITH([default-path],
|
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
|
if test "x$external_path_file" = "x/etc/login.conf" ; then
|
||||||
AC_MSG_WARN([
|
AC_MSG_WARN([
|
||||||
|
Loading…
x
Reference in New Issue
Block a user