From 52f179d7da1de8b4ed0972aac5290dd46ac456fc Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Sun, 17 Dec 2017 19:12:59 +0000 Subject: [PATCH] config/functions: cosmetic typos --- config/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"