Revision 5e60f363b38fd40e4d8838b5d6f4d4ecee92c777 authored by Robert Richter on 15 July 2021, 09:26:02 UTC, committed by Masahiro Yamada on 18 July 2021, 14:48:14 UTC
Documentation was not changed when renaming the script in commit
80e715a06c2d ("initramfs: rename gen_initramfs_list.sh to
gen_initramfs.sh"). Fixing this.

Basically does:

 $ sed -i -e s/gen_initramfs_list.sh/gen_initramfs.sh/g $(git grep -l gen_initramfs_list.sh)

Fixes: 80e715a06c2d ("initramfs: rename gen_initramfs_list.sh to gen_initramfs.sh")
Signed-off-by: Robert Richter <rrichter@amd.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
1 parent 1d11053
History
File Mode Size
Documentation
feature
tests
.gitignore -rw-r--r-- 47 bytes
Build -rw-r--r-- 42 bytes
Build.include -rw-r--r-- 4.7 KB
Makefile -rw-r--r-- 1.3 KB
Makefile.build -rw-r--r-- 3.9 KB
Makefile.feature -rw-r--r-- 8.5 KB
Makefile.include -rw-r--r-- 257 bytes
fixdep.c -rw-r--r-- 3.7 KB

back to top