diff options
| author | Martin Sivak <msivak@redhat.com> | 2008-04-09 16:29:56 +0200 |
|---|---|---|
| committer | Martin Sivak <msivak@redhat.com> | 2008-04-09 16:29:56 +0200 |
| commit | 93aeca84ab437777cce5891d06c6f7bbfb0c0d4f (patch) | |
| tree | 61103104f7c6440b12b0a7410cc42d474a171308 /firstaidkit | |
| parent | 9bf0748a3be6d462a18a67e96c743b6a687cbbdf (diff) | |
| download | firstaidkit-93aeca84ab437777cce5891d06c6f7bbfb0c0d4f.tar.gz firstaidkit-93aeca84ab437777cce5891d06c6f7bbfb0c0d4f.tar.xz firstaidkit-93aeca84ab437777cce5891d06c6f7bbfb0c0d4f.zip | |
Enhance the configuration system to allow getting configuration bits helping with different packages|plugins
Do not print the lines around --print-config, so we can save it directly into correct configuration file
Diffstat (limited to 'firstaidkit')
| -rwxr-xr-x | firstaidkit | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firstaidkit b/firstaidkit index ed4703f..4da0d94 100755 --- a/firstaidkit +++ b/firstaidkit @@ -187,9 +187,7 @@ if __name__=="__main__": sys.exit(1) if Flags.print_config: - print 76*"-" Config.write(sys.stdout) - print 76*"-" sys.exit(0) Config.lock() |
