X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=devtools%2Fload-devel-config;h=380c79db41ebd9ec47582cae9ac1c8f20fd0eb88;hb=4a4a20c4775b578379fc964952b0bbcff1ac88d6;hp=4f43cb352386004df58c421cab18db66e65512bf;hpb=9a98f50e890b876fb6664bff36783f1afc273312;p=dpdk.git diff --git a/devtools/load-devel-config b/devtools/load-devel-config index 4f43cb3523..380c79db41 100644 --- a/devtools/load-devel-config +++ b/devtools/load-devel-config @@ -6,7 +6,7 @@ test ! -r /etc/dpdk/devel.config || test ! -r ~/.config/dpdk/devel.config || . ~/.config/dpdk/devel.config # from local file -test ! -r $(dirname $(readlink -m $0))/../.develconfig || - . $(dirname $(readlink -m $0))/../.develconfig +test ! -r $(dirname $(readlink -f $0))/../.develconfig || + . $(dirname $(readlink -f $0))/../.develconfig # The config files must export variables in the shell style