Fix formatting to make it easier to read

merge-requests/16/head
Ben Wilson 4 years ago
parent db5e3cfd2d
commit f4e3de7a1d

@ -1,9 +1,13 @@
#!/bin/sh
lb clean noauto "$@"
rm -f config/binary config/bootstrap \
config/chroot config/common config/source \
config/package-lists/live.list.chroot
rm -f config/binary \
config/bootstrap \
config/chroot \
config/common \
config/source \
config/package-lists/live.list.chroot
if [ -e config/hooks/ ]; then
find config/hooks/ -type l \

Loading…
Cancel
Save