Fixed minor breakage due to code cleanup.

This commit is contained in:
Bob Lantz
2010-05-07 01:15:41 -07:00
parent e3f6ecca97
commit c26875cb55
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -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: