big rename

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-09-25 12:36:30 +02:00
commit bf540836f8
16 changed files with 55 additions and 45 deletions

View file

@ -21,7 +21,7 @@
. cdist-config
find "${CDIST_LIBDIR}" -type f -name cdist_explore\* > "${CDIST_TMP}"
find "${CDIST_LIBDIR}" -type f -name cdist_explore\*.sh > "${CDIST_TMP}"
while read funcfull; do
sh="${funcfull##*/}"