remove trailing spaces
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 13 Apr 2023 01:07:55 +0000 (18:07 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 13 Apr 2023 01:07:55 +0000 (18:07 -0700)
mk-deb-chroot
rm-deb-chroot

index a02e46ffea4bb2b1297ce3ea8ee9648c788e9fdf..76dcc8f666a0fc95b2ec4baea0ef77fccf73c42f 100755 (executable)
@@ -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
index d267caea25ca94b2a428e8e2b409b8b1227e57df..f7a82d13943ad76c49bd892a848f47b54f73fbb3 100755 (executable)
@@ -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