tools-hardened/desktop Cleans up code of .sh files
This clean-up includes removing trailing white-spaces and ensuring function structure consistency.
This commit is contained in:
parent
8914b1f9c9
commit
6b03011ea2
4 changed files with 9 additions and 14 deletions
|
@ -13,8 +13,7 @@ mount_dirs() {
|
|||
mount --rbind /sys/ "${ROOTFS}"/sys/
|
||||
}
|
||||
|
||||
populate_kernel_src()
|
||||
{
|
||||
populate_kernel_src() {
|
||||
cp -f files/kernel-config "${KERNEL_SOURCE}"
|
||||
cp -Rf "${KERNEL_SOURCE}"/ "${ROOTFS}"/usr/src/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue