Fix correct commit hash for release 0.7.0 of openXC7
[dev-env-setup.git] / rm-deb-chroot
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