Skip to content

Commit 2cc27f2

Browse files
committed
fixup generate-bugreport-config-safelist.sh
1 parent 688d337 commit 2cc27f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generate-bugreport-config-safelist.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
cat <<EOF
3+
cat <<"EOF"
44
/* Automatically generated by bugreport-generate-config-safelist.sh */
55
66
@@ -10,8 +10,8 @@ EOF
1010
# cat all regular files in Documentation/config
1111
find Documentation/config -type f -exec cat {} \; |
1212
# print the command name which matches the annotate-bugreport macro
13-
sed -n 's/^\([^ ]*\) *annotate:bugreport\[include\].* ::$/ "\1",/p' \
14-
| sort
13+
sed -n 's/^\([^ ]*\) *annotate:bugreport\[include\].* ::$/ "\1",/p' |
14+
sort
1515

1616
cat <<EOF
1717
};

0 commit comments

Comments
 (0)