2 # -*- eval: (bug-reference-mode 1) -*-
4 setlock
-n /tmp
/getmail.lock
&& echo getmail isn
\'t running
19 do_something_else_based_on_arg
36 for foo
in bar
; do # bug#17721
44 for foo
in bar
; do # bug#17896
45 [ -e $foo ] && [ -e $bar ] && {
50 filter_3
() # bug#17842
52 tr -d '"`' |
tr ' ' ' ' | \
53 awk -F\
; -f filter.
awk | \
54 grep -v "^," |
sort -t, -k2,2
61 grep -e "^$userregexp:" /etc
/passwd | cut
-d : -f 1 |
while read user
; do
62 print
-u2 "user=$user" # bug#18031
63 sudo
-U $user -ll |
while read line
; do
69 # This should not be treated as a heredoc (bug#12770).
72 foo
='bar<<' # bug#11263
73 echo ${foo%<<aa} # bug#11263
74 echo $
((1<<8)) # bug#11263
75 echo $[1<<8] # bug#11263
78 for i in $(ls "$PREFIX/sbin") ; do
80 VERSION[${#VERSION[*]}]=$i # bug#11946.
91 in a) hello # KNOWN INDENT BUG
92 ;; b) hi # KNOWN INDENT BUG
93 ;; c) hi # KNOWN INDENT BUG
97 a) echo 1;; b) echo 2;;
104 case $as_nl`(ac_space=' '; set) 2>&1` in #(
105 *${as_nl}ac_space=\ *)
106 # `set' does not quote correctly, so add quotes: double-quote
107 # substitution turns \\\\ into \\, and sed turns \\ into \.
110 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=/\\1=''/p"
113 # `set' quotes correctly as required by POSIX, so do not add
115 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
118 grep '.' | # KNOWN INDENT BUG
122 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
123 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* \
124 | --exec=* | --exe=* | --ex=*)
125 exec_prefix=$ac_optarg ;;
129 echo esac ;; # KNOWN INDENT BUG
142 sadfsafd "KNOWN INDENT BUG" \
145 This is a test case for a bug in bash shell mode text highlighting
148 cat <<EOF1 <<EOF2 # KNOWN INDENT BUG
161 echo "Highlighting is screwed up now"