diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-02-10 15:48:49 +0000 |
---|---|---|
committer | Raphaƫl Hertzog <hertzog@debian.org> | 2020-03-05 11:29:01 +0000 |
commit | 36a3ba76347ef72df1c316312ed3a26aa4b0c816 (patch) | |
tree | 1777349053ca63a9cb543230289b2c1f65778a5c /scripts/build/binary_syslinux | |
parent | a96107a3f124cdbeecb3fb6d4a13f3dc7cb62ea7 (diff) | |
download | vyos-live-build-36a3ba76347ef72df1c316312ed3a26aa4b0c816.tar.gz vyos-live-build-36a3ba76347ef72df1c316312ed3a26aa4b0c816.zip |
fix indentation
including:
- spaces replaced with tabs for consistency
- alignment of `;;` in some case statements changed for consistency
Gbp-Dch: Short
Closes: #952857
Diffstat (limited to 'scripts/build/binary_syslinux')
-rwxr-xr-x | scripts/build/binary_syslinux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binary_syslinux b/scripts/build/binary_syslinux index 713573a4e..49aa6eb79 100755 --- a/scripts/build/binary_syslinux +++ b/scripts/build/binary_syslinux @@ -284,7 +284,7 @@ fi # Tweak the grub theme to reuse the syslinux background image if [ -e binary/boot/grub/live-theme/theme.txt ]; then - sed -i -e 's|^desktop-image:.*|desktop-image: "/isolinux/splash.png"|' \ + sed -i -e 's|^desktop-image:.*|desktop-image: "/isolinux/splash.png"|' \ -e 's|^title-text:.*|title-text: ""|' \ binary/boot/grub/live-theme/theme.txt fi |