Bug#514922: xinit: startx should pass error code from xinit

2009-02-11 Thread Andres Salomon
Package: xinit Version: 1.0.9-2 The following command ends up showing 0 for $? regardless of whether or not startx actually succeeded: startx; echo $? Within the startx script, xinit's return code may be 1, but the commands after the xinit run clobber $?. It should really be passed up to the

Bug#514922: xinit: startx should pass error code from xinit

2009-02-11 Thread Andres Salomon
Hrm, after looking at the source package.. This patch would probably be more useful. From a51fc675ebffae0e55dd65f2453b4b7615882f43 Mon Sep 17 00:00:00 2001 From: Andres Salomon dilin...@debian.org Date: Wed, 11 Feb 2009 17:02:05 -0500 Subject: [PATCH] startx: use the same exit code that xinit