Skip to content

Commit bcfbe3e

Browse files
committed
Add a space between "<<" and "EOF" to make shfmt happy
A small improvement to pass the format-check. Signed-off-by: Lichen Liu <[email protected]>
1 parent 4460127 commit bcfbe3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen-kdump-sysconfig.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fi
4949
#
5050
# Generate the config file
5151
#
52-
cat <<EOF
52+
cat << EOF
5353
# Kernel Version string for the -kdump kernel, such as 2.6.13-1544.FC5kdump
5454
# If no version is specified, then the init script will try to find a
5555
# kdump kernel with the same version number as the running kernel.

0 commit comments

Comments
 (0)