9d15a5
Update Render/render_doBaseActions.sh. Start using cli_getFilesList@2552.
@@ -72,7 +72,7 @@ function render_doBaseActions {
|
|
72
72
|
# when centos-art.sh is leaving a directory structure and entering
|
73
73
|
# into another. This information is required in order for
|
74
74
|
# centos-art.sh to know when to apply last-rendition actions.
|
75
|
-
for FILE in $(cli_getFilesList
|
75
|
+
for FILE in $(cli_getFilesList ${TEMPLATE} --pattern="${FLAG_FILTER}.*\.${EXTENSION}");do
|
76
76
|
FILES[((++${#FILES[*]}))]=$FILE
|
77
77
|
done
|
78
78
|
|