[sawfish] Minor fix: sawfish-client says "Bye." on normal exit.
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [sawfish] Minor fix: sawfish-client says "Bye." on normal exit.
- Date: Tue, 3 Nov 2009 16:22:29 +0000 (UTC)
commit 481613f11dcef7dd8d99065e8841dda55d9e13a6
Author: Teika kazura <teika lavabit com>
Date: Mon Oct 26 17:17:41 2009 +0900
Minor fix: sawfish-client says "Bye." on normal exit.
scripts/sawfish-client.jl | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/scripts/sawfish-client.jl b/scripts/sawfish-client.jl
index fea6d4a..067eff7 100644
--- a/scripts/sawfish-client.jl
+++ b/scripts/sawfish-client.jl
@@ -142,6 +142,7 @@ sawfish comes with ABSOLUTELY NO WARRANTY; for details see the file COPYING\n"
(format standard-error
"Try `sawfish-client --help' for more information.\n")
(exit 1))))
+ (write standard-output "\nBye.\n")
(exit 0)))
(define (rl-completion-generator w)
@@ -150,8 +151,6 @@ sawfish comes with ABSOLUTELY NO WARRANTY; for details see the file COPYING\n"
(main)
-(write standard-output "Bye.\n")
-
;; Local variables:
;; major-mode: lisp-mode
;; End:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]