From 724059b64f2dc5bf7a575782606332d5053fc2ec Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Wed, 12 Apr 2023 18:07:55 -0700 Subject: [PATCH] remove trailing spaces --- mk-deb-chroot | 2 +- rm-deb-chroot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2