config/functions: cosmetic typos

This commit is contained in:
MilhouseVH 2017-12-17 19:12:59 +00:00
parent 7dce074e20
commit 52f179d7da

View File

@ -517,7 +517,7 @@ enable_service () {
}
check_path() {
dashes="==========================="
dashes="==========================="
if [ "${PWD##/usr}" != "${PWD}" ]; then
check_pathmessage="$check_pathmessage\n $dashes$dashes$dashes"
check_pathmessage="$check_pathmessage\n ERROR: You try to build inside /usr"
@ -531,7 +531,7 @@ dashes="==========================="
}
check_config() {
dashes="==========================="
dashes="==========================="
if [ ! -d $PROJECT_DIR/$PROJECT ]; then
check_project="$check_project\n $dashes$dashes$dashes"
check_project="$check_project\n ERROR: Project not found, use a valid project or create a new config"