diff --git a/config/functions b/config/functions index 3fc07d2ee1..df8c3d579b 100644 --- a/config/functions +++ b/config/functions @@ -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"