mirror of
https://github.com/xcat2/confluent.git
synced 2024-12-03 10:04:41 +00:00
d69cca46d0
First, globbing can only be the cause of a mess up if the given noderange is a file that matches. With this we still have: for node in $(nodelist compute); do nodepower $node; done As a potential false positive if any node is a range. For this, offer suggestion of changing directories. Also, if it had been: for NODE in $(nodelist compute); do export NODE; nodepower $NODE; done Another clause can detect that, which has been added. |
||
---|---|---|
.. | ||
bin | ||
confluent | ||
doc/man | ||
buildrpm | ||
confluent_client.spec.tmpl | ||
confluent_env.csh | ||
confluent_env.sh | ||
makeman | ||
makesetup | ||
MANIFEST.in | ||
requirements.txt | ||
setup.py.tmpl |