mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
config/functions: cosmetic typos
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user