[buildd-tools-devel] [PATCH] create-chroot: Get rid of trailing dot, making copy/paste a pain

Cyril Brulebois kibi at debian.org
Fri Jun 17 10:18:17 UTC 2011


---
 bin/sbuild-createchroot |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

I think I proposed that some months/years ago, but here it is again.

diff --git a/bin/sbuild-createchroot b/bin/sbuild-createchroot
index b8b82b7..5f1c311 100755
--- a/bin/sbuild-createchroot
+++ b/bin/sbuild-createchroot
@@ -323,7 +323,7 @@ if (-d "/etc/schroot/chroot.d") {
     $SCHROOT_CONF->flush();
 
     # Display schroot configuration.
-    print "I: schroot chroot configuration written to $SCHROOT_CONF.\n";
+    print "I: schroot chroot configuration written to $SCHROOT_CONF\n";
     chmod 0644, "$SCHROOT_CONF";
     dump_file("$SCHROOT_CONF");
     print "I: Please rename and modify this file as required.\n";
-- 
1.7.5.4




More information about the Buildd-tools-devel mailing list