Remove redundant comment

This commit is contained in:
Ilya Zverev 2015-05-13 11:22:53 +03:00 committed by Alex Zolotarev
parent f3d65e1497
commit 2710890376

View file

@ -9,7 +9,6 @@
OMIM_PATH="${OMIM_PATH:-$(cd "$(dirname "$0")/../.."; pwd)}"
if [ -z "${GENERATOR_TOOL-}" ]; then
# find generator_tool. Supply your own priority dir if needed
IT_PATHS_ARRAY=()
for i in ${BUILD_PATH-} $OMIM_PATH $OMIM_PATH/../*omim*elease* $OMIM_PATH/../*omim*ebug; do
if [ -d "$i/out" ]; then