gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: Remove unnecessary double-quotes escapin


From: gnunet
Subject: [gnunet] branch master updated: Remove unnecessary double-quotes escaping
Date: Sat, 20 Nov 2021 07:31:34 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b04f9f7a7 Remove unnecessary double-quotes escaping
b04f9f7a7 is described below

commit b04f9f7a72a4e6488eb688d6470bdc75e1da2987
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Sat Nov 20 01:31:24 2021 -0500

    Remove unnecessary double-quotes escaping
    
    * configure.ac [user setup]: ...here, from "USERNAME".
    Later versions of Autoconf emit a warning about this.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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],
   AS_IF([test x$HAVE_GNUNET_USER != 0],
     [AC_MSG_NOTICE([To do this on this system, run:
 # adduser USERNAME gnunet
-   for each of your users, replacing \"USERNAME\" with the respective login 
name. Users may have to login again for the changes to take effect.
+   for each of your users, replacing "USERNAME" with the respective login 
name. Users may have to login again for the changes to take effect.
 ])])])
 
 AC_MSG_NOTICE([For detailed setup instructions, type 'info gnunet' after the 
installation or visit https://docs.gnunet.org/])

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]