--- command-stubs/loadkeys-stub | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/command-stubs/loadkeys-stub b/command-stubs/loadkeys-stub index 2d1d434..59a4df0 100755 --- a/command-stubs/loadkeys-stub +++ b/command-stubs/loadkeys-stub @@ -31,7 +31,7 @@ def usage(): def main(prog, args): def err(msg): - sys.stderr.write('%s: %s' % (prog, msg)) + sys.stderr.write('%s: %s\n' % (prog, msg)) sys.exit(1) if len(args) > 1: -- 1.7.3.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list