Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
worry127722 committed Nov 19, 2014
1 parent 88bf4a7 commit ef002ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _test/tools/br/lib/Staf.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static function process($cmd, $host='local'){
* @param $host
*/
public static function process_start($path, $params, $host='local', $wait=false){
$cmd = "start shell command \\\"\"$path\"\\\" parms \\\"\"$params\"\\\"";
$cmd = "start command \\\"\"$path\"\\\" parms \\\"\"$params\"\\\"";
if($wait){
$cmd.=" wait returnstdout returnstderr";
}
Expand Down

0 comments on commit ef002ac

Please sign in to comment.