View | Details | Raw Unified | Return to bug 10245
Collapse All | Expand All

(-)startx-orig (+5 lines)
Lines 144-149 Link Here
144
144
145
wait "$xinit_pid"
145
wait "$xinit_pid"
146
146
147
# save dolphins, elecrtons, and errorlevels
148
return_val=$?
149
147
xinit_pid=
150
xinit_pid=
148
151
149
if [ -n "$removelist" ]; then
152
if [ -n "$removelist" ]; then
Lines 154-156 Link Here
154
if [ -x "$DEALLOCVT" ]; then
157
if [ -x "$DEALLOCVT" ]; then
155
	"$DEALLOCVT"
158
	"$DEALLOCVT"
156
fi
159
fi
160
161
exit $return_val

Return to bug 10245