Package: devscripts Version: 2.13.9 Severity: minor Tags: patch
$ chdist create || echo '<-- see?' chdist: you must provide a dist name.<-- see? -- Jakub Wilk
diff --git a/scripts/chdist.pl b/scripts/chdist.pl index e393e7c..4ab6b27 100755 --- a/scripts/chdist.pl +++ b/scripts/chdist.pl @@ -199,7 +199,7 @@ if ($version) { sub fatal { my ($msg) = @_; - print STDERR "$progname: $msg"; + print STDERR "$progname: $msg\n"; exit 1; }