mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-02 15:25:01 -05:00
include path for config.sh
This commit is contained in:
parent
3c65fc1cd2
commit
efbfd48603
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user