aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-11-20 01:31:24 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-11-20 01:31:24 -0500
commitb04f9f7a72a4e6488eb688d6470bdc75e1da2987 (patch)
treebcd9ae5b93573d85f3e5bed6ee34b7784c695a16
parent73550ea6e7aeda3aac07a8d7862b6b36de043a89 (diff)
downloadgnunet-b04f9f7a72a4e6488eb688d6470bdc75e1da2987.tar.gz
gnunet-b04f9f7a72a4e6488eb688d6470bdc75e1da2987.zip
Remove unnecessary double-quotes escaping
* configure.ac [user setup]: ...here, from "USERNAME". Later versions of Autoconf emit a warning about this.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 25dde23bb..0e1684400 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2217,7 +2217,7 @@ AS_IF([test x$MSG_USER_SETUP != xfalse],
2217 AS_IF([test x$HAVE_GNUNET_USER != 0], 2217 AS_IF([test x$HAVE_GNUNET_USER != 0],
2218 [AC_MSG_NOTICE([To do this on this system, run: 2218 [AC_MSG_NOTICE([To do this on this system, run:
2219# adduser USERNAME gnunet 2219# adduser USERNAME gnunet
2220 for each of your users, replacing \"USERNAME\" with the respective login name. Users may have to login again for the changes to take effect. 2220 for each of your users, replacing "USERNAME" with the respective login name. Users may have to login again for the changes to take effect.
2221])])]) 2221])])])
2222 2222
2223AC_MSG_NOTICE([For detailed setup instructions, type 'info gnunet' after the installation or visit https://docs.gnunet.org/]) 2223AC_MSG_NOTICE([For detailed setup instructions, type 'info gnunet' after the installation or visit https://docs.gnunet.org/])