From 88e20abddbbe966475a9f9d754bd99e810df8812 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 19 Mar 2011 15:11:03 +0100 Subject: [PATCH] remove obsolete call to $@ in bin/cdist-remote-explorer-run Signed-off-by: Nico Schottelius --- bin/cdist-remote-explorer-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist-remote-explorer-run b/bin/cdist-remote-explorer-run index 0dae3007..1fdd1467 100755 --- a/bin/cdist-remote-explorer-run +++ b/bin/cdist-remote-explorer-run @@ -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."