summaryrefslogtreecommitdiff
path: root/util/qdo
diff options
context:
space:
mode:
Diffstat (limited to 'util/qdo')
-rwxr-xr-xutil/qdo2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/qdo b/util/qdo
index ca9ffc416..3a475b420 100755
--- a/util/qdo
+++ b/util/qdo
@@ -92,7 +92,7 @@ class Shell(pexpect.spawn):
self.kill(15)
self.close(wait=True)
sys.exit(1)
- self.do_command('PS1="qdo$ "')
+ self.do_command('unset PROMPT_COMMAND; PS1="qdo$ "')
# version of expect that updates full_output too
def expect(self, regexp, timeout = -1):