forked from ungleich-public/cdist
less todo
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
b5b8bdc016
commit
c9f4455677
2 changed files with 2 additions and 35 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# along with cdist. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
#
|
||||
# Run explorers
|
||||
# Run explorers - FIXME: this function is ugly
|
||||
#
|
||||
|
||||
__cdist_explorer_run()
|
||||
|
|
@ -47,7 +47,7 @@ __cdist_explorer_run()
|
|||
# Create output directory
|
||||
__cdist_run_remote mkdir -p "$4"
|
||||
|
||||
# Execute all explorers
|
||||
# Execute all explorers - FIXME: isolate cd call?
|
||||
cd "$2";
|
||||
# FIXME: cleanup double variable, no need when in directory
|
||||
for __cdist_explorer_run_explorer in *; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue