fix rcmd <call> sh/fdx problem
[spider.git] / perl / DXCommandmode.pm
index 9b395c0cea691c70b543423c33dcf34509d48db6..04a1b2866e850daf066562cc469456f2f5a7fc4d 100644 (file)
@@ -432,7 +432,8 @@ sub run_cmd
        
 
        return () if length $cmdline == 0;
-               
+       
+       
        # split the command line up into parts, the first part is the command
        my ($cmd, $args) = split /\s+/, $cmdline, 2;
        $args = "" unless defined $args;