diff --git a/lib/gdbcommand.py b/lib/gdbcommand.py index c3815cb..8c35094 100644 --- a/lib/gdbcommand.py +++ b/lib/gdbcommand.py @@ -9,7 +9,7 @@ from shutil import copyfile class CopyOldGDBSumFile (ShellCommand): """Copy the current gdb.sum file into the old_gdb.sum file.""" name = "copy gdb.sum file" - command = [ '/bin/true' ] + command = [ 'true' ] def __init__ (self, **kwargs): ShellCommand.__init__ (self, **kwargs)