bash-completion.sh
branchv_0
changeset 31 bdf04cd91308
parent 30 8c3fe9af6066
child 33 3b81fbeb5f3b
--- a/bash-completion.sh	Sat Nov 28 21:15:51 2020 +0100
+++ b/bash-completion.sh	Sat Nov 28 23:49:05 2020 +0100
@@ -65,7 +65,7 @@
 	elif [[ "$w2" == "--parser-option" && "$w1" == "dialect"                                  ]];    then COMPREPLY=($(compgen -W "${DIALECTS[*]}" -- "$w0"))
 	elif [[ "$w2" == "--parser-option" && "$w1" == "comment-separators"      && "x$w0" == "x" ]];    then COMPREPLY=("'#;'")
 	elif [[ "$w2" == "--parser-option" && "$w1" == "key-value-separators"    && "x$w0" == "x" ]];    then COMPREPLY=("'=:'")
-	elif [[ "$w2" == "--parser-option" && "$w1" == "quotes"                  && "x$w0" == "x" ]];    then COMPREPLY=("'\"\\''")
+	elif [[ "$w2" == "--parser-option" && "$w1" == "quotes"                  && "x$w0" == "x" ]];    then COMPREPLY=("\$'\"\\''")
 	else
 		OPTIONS=(
 			"--relation"