From: Jacob Lifshay Date: Thu, 13 Apr 2023 01:07:55 +0000 (-0700) Subject: remove trailing spaces X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=724059b64f2dc5bf7a575782606332d5053fc2ec;p=dev-env-setup.git remove trailing spaces --- diff --git a/mk-deb-chroot b/mk-deb-chroot index a02e46f..76dcc8f 100755 --- a/mk-deb-chroot +++ b/mk-deb-chroot @@ -62,7 +62,7 @@ elif [ -e /etc/arch-release ]; then pacman -S --needed debootstrap schroot fi -# Install debian/buster chroot using debootstrap, +# Install debian/buster chroot using debootstrap, # any /etc/ config must be done after this point! /usr/sbin/debootstrap buster /opt/chroot/$chrootdir \ http://ftp.uk.debian.org/debian diff --git a/rm-deb-chroot b/rm-deb-chroot index d267cae..f7a82d1 100755 --- a/rm-deb-chroot +++ b/rm-deb-chroot @@ -62,7 +62,7 @@ else echo "Line range to delete from $schroot_main_config: $lines" echo "Creating backup copy of $schroot_main_config in $backup_schroot_config" - cp $schroot_main_config $backup_schroot_config + cp $schroot_main_config $backup_schroot_config echo "Script will re-write $schroot_main_config by" echo "removing the old $chrootdir profile" sed -e "$lines"'d' $backup_schroot_config > $schroot_main_config