Code correction
This commit is contained in:
parent
c11f3d4204
commit
aa152a8fd4
Binary file not shown.
|
|
@ -5,4 +5,4 @@ readonly FILES_TO_EXCLUDE=`find ${SOURCES_DIR} -type d -name Localization -or -n
|
||||||
|
|
||||||
mkdir ${REPORTS_DIR}
|
mkdir ${REPORTS_DIR}
|
||||||
|
|
||||||
${UNUSED_RESOURCES_SCRIPT} --project ${SOURCES_DIR} --exclude ${FILES_TO_EXCLUDE} > ${REPORTS_DIR}/Unused_resources_log.txt
|
${UNUSED_RESOURCES_SCRIPT} --project ${SOURCES_DIR} --exclude ${FILES_TO_EXCLUDE} > ${REPORTS_DIR}/Unused_resources_log.txt --action "l"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue