diff --git a/build-devkit.sh b/build-devkit.sh index ac5b1fc..684106f 100644 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -46,9 +46,9 @@ unset LDFLAGS #--------------------------------------------------------------------------------- echo -n "Looking for configuration file... " -if [ -f config.sh ]; then +if [ -f ./config.sh ]; then echo "Found." - . config.sh + . ./config.sh else echo "Not found" fi