Searched refs:PROJECT_NAME_FILE (Results 1 – 2 of 2) sorted by relevance
34 PROJECT_NAME_FILE='./scripts/project_name.txt'35 if read -r PROJECT_NAME < "$PROJECT_NAME_FILE"; then :; else36 echo "$PROJECT_NAME_FILE does not exist... Exiting..." >&2
129 PROJECT_NAME_FILE='./scripts/project_name.txt'130 if read -r PROJECT_NAME < "$PROJECT_NAME_FILE"; then :; else131 echo "$PROJECT_NAME_FILE does not exist... Exiting..." >&2