]> git.droids-corp.org - dpdk.git/blobdiff - devtools/load-devel-config
net/nfp: use macro for PCI log format
[dpdk.git] / devtools / load-devel-config
index 4f43cb352386004df58c421cab18db66e65512bf..380c79db41ebd9ec47582cae9ac1c8f20fd0eb88 100644 (file)
@@ -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