From 7dce074e20d42dc83f663762e92cd7366dd46307 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Sun, 17 Dec 2017 19:12:59 +0000 Subject: [PATCH] config/options: call check_path/check_config earlier --- config/options | 3 +++ config/path | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/options b/config/options index 45f543d878..865c6ed7d8 100644 --- a/config/options +++ b/config/options @@ -109,5 +109,8 @@ if [ "$OEM" = yes -o "$OEM" = no ]; then OEM_SUPPORT=$OEM fi +check_path >&2 +check_config >&2 + . config/graphic . config/path $1 diff --git a/config/path b/config/path index e46dc04a0b..fcac35e1ec 100644 --- a/config/path +++ b/config/path @@ -174,9 +174,6 @@ fi VERSION_SUFFIX=$TARGET_ARCH -check_path -check_config - SILENT_OUT=3 VERBOSE_OUT=4 if [ "$VERBOSE" = yes ]; then