From 51e82409a82dd842db1c2d872dcc288979bb8f88 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 20 Jun 2008 11:26:36 +0100 Subject: [PATCH] improve the previous fix for LP #241563 --- terminator | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/terminator b/terminator index 929d2351..f0cea626 100755 --- a/terminator +++ b/terminator @@ -398,9 +398,13 @@ text/plain shell = os.path.join(p, i) dbg ('spawn_child: Checking if "%s" exists'%shell) if not os.path.exists (shell): + dbg ('spawn_child: %s does not exist'%shell) continue else: + dbg ('spawn_child: %s does exist'%shell) break + if os.path.exists (shell): + break if not self.command and not os.path.exists (shell): # Give up, we're completely stuck