display rsync progress

This commit is contained in:
Ralf Becker 2010-09-29 15:32:22 +00:00
parent 5c39fe197c
commit 39a42c23cb

View File

@ -142,7 +142,7 @@ function do_release()
$target = strtr($target,$translate);
}
$cmd = $config['rsync'].' '.$config['sourcedir'].'/*'.$config['version'].'.'.$config['packaging'].'* '.$target;
run_cmd($cmd);
passthru($cmd);
}
/**