use same argv processing as elsewhere

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-28 18:30:09 +02:00
parent 10c96dee87
commit 78777ba9f3
1 changed files with 1 additions and 3 deletions

View File

@ -25,9 +25,7 @@
# #
. cdist-config . cdist-config
if [ $# -ne 3 ]; then [ $# -eq 3 ] || __cdist_usage "<variable name> <explorer dir> <out dir>"
__cdist_usage "<variable name> <explorer dir> <out dir>"
fi
set -ue set -ue
# Variable that defines the home of the explorers # Variable that defines the home of the explorers