From 95990bd62f671be2f53ffecc470f34ba6f716226 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 6 Oct 2011 21:23:18 +0100 Subject: Print stderr in gui as well --- getxbookgui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getxbookgui') diff --git a/getxbookgui b/getxbookgui index 504b6bb..2328f73 100755 --- a/getxbookgui +++ b/getxbookgui @@ -6,7 +6,7 @@ set bin [list getgbook getabook] proc go {} { set cmd "[.bin get [.bin curselection]] [.id get]" - set out [open "|$cmd" "r"] + set out [open "|$cmd 2>@1" "r"] while {![eof $out]} { .txt insert end [gets $out] .txt insert end "\n" -- cgit v1.2.3