cleanup/continue

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-07-27 00:07:44 +02:00
commit 41a0c1dc8a
2 changed files with 1 additions and 3 deletions

View file

@ -23,9 +23,7 @@
__cdist_explorer_run()
{
# [ $# -eq 3 ] || __cdist_usage "<global|type> <explorer dir> <out dir>"
[ $# -eq 5 ] || __cdist_usage "<global|type> <local explorer dir> <remote explorer dir> <remote out dir> <local out dir>"
set -x
# Ensure there is at least one explorer
num="$(ls -1 "$__cdist_explorer_dir" | wc -l)"