Using true instead of /bin/true
This commit is contained in:
parent
0cbf7ca807
commit
a68352a2e9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue