From 261358a3c093002af8d7ed2405ee64b0bcd8b555 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 22 Feb 2021 15:41:06 +0200 Subject: Fix formatting in bash guide --- doc/bash-style.cli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/bash-style.cli') diff --git a/doc/bash-style.cli b/doc/bash-style.cli index 3f620f4..4edc984 100644 --- a/doc/bash-style.cli +++ b/doc/bash-style.cli @@ -253,10 +253,11 @@ rm -f \"$dir/$name\".* Note also that globbing is not performed in the \c{[[ ]]} context so this is ok: +\ if [[ -v array[0] ]]; then ... fi - +\ \N|One exception to this quoting rule is arithmetic expansion (\c{$((\ ))}): Bash treats it as if it was double-quoted and, as a result, any inner quoting -- cgit v1.1