Fixed minor breakage due to code cleanup.
This commit is contained in:
@@ -239,7 +239,6 @@ class CLI( Cmd ):
|
||||
rest = ' '.join( rest )
|
||||
# Run cmd on node:
|
||||
builtin = isShellBuiltin( first )
|
||||
print "builtin =", builtin
|
||||
node.sendCmd( rest, printPid=( not builtin ) )
|
||||
self.waitForNode( node )
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user