savannah-cvs
[Top][All Lists]
Advanced

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

[Savannah-cvs] [711] formatting


From: iank
Subject: [Savannah-cvs] [711] formatting
Date: Tue, 12 Dec 2023 21:05:51 -0500 (EST)

Revision: 711
          
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=711
Author:   iank
Date:     2023-12-12 21:05:50 -0500 (Tue, 12 Dec 2023)
Log Message:
-----------
formatting

Modified Paths:
--------------
    trunk/sviki/fsf/bash-style-guide.mdwn

Modified: trunk/sviki/fsf/bash-style-guide.mdwn
===================================================================
--- trunk/sviki/fsf/bash-style-guide.mdwn       2023-12-13 02:02:05 UTC (rev 
710)
+++ trunk/sviki/fsf/bash-style-guide.mdwn       2023-12-13 02:05:50 UTC (rev 
711)
@@ -445,7 +445,7 @@
 \[[ "$filename" == "*.png" ]] # matches filename with literal asterisk "*.png"
 ```
 
-Use double-equal for string equality, eg: `[[ "$x" == 2 ]]`.
+Use double-equal for string equality, eg: `\[[ "$x" == 2 ]]`.
 
 Use GNU getopts whenever there is more than one option, or an option and
 an argument. Reference info at:




reply via email to

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