|
|
@ -3168,7 +3168,7 @@ _checkConf() {
|
|
|
|
for included in $(cat "$2" | tr "\t" " " | grep "^ *include *.*;" | sed "s/include //" | tr -d " ;"); do
|
|
|
|
for included in $(cat "$2" | tr "\t" " " | grep "^ *include *.*;" | sed "s/include //" | tr -d " ;"); do
|
|
|
|
_debug "check included $included"
|
|
|
|
_debug "check included $included"
|
|
|
|
if ! _startswith "$included" "/" && _exists dirname; then
|
|
|
|
if ! _startswith "$included" "/" && _exists dirname; then
|
|
|
|
_relpath="$(dirname "$_c_file")"
|
|
|
|
_relpath="$(dirname "$2")"
|
|
|
|
_debug "_relpath" "$_relpath"
|
|
|
|
_debug "_relpath" "$_relpath"
|
|
|
|
included="$_relpath/$included"
|
|
|
|
included="$_relpath/$included"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|