remove obsolete call to $@ in bin/cdist-remote-explorer-run

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-03-19 15:11:03 +01:00
parent ea2cbb176a
commit 88e20abddb
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ for explorer in "$__cdist_explorer_dir/"*; do
fi
# Execute explorers and save results in remote destination directory
"$explorer" "$@" > "${__cdist_my_out_dir}/$explorer_name"
"$explorer" > "${__cdist_my_out_dir}/$explorer_name"
else
if [ -e "$explorer" ]; then
echo "Explorer \"$explorer\" exists, but is not a file."