X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=devtools%2Fupdate-abi.sh;h=45437f3c3bf7930d45412e7cfe08680c872892c0;hb=742b0a57f50e4b7442b22e321c98aa187edb7103;hp=b9b859a3e9c5d55b98ffe670153ec48abc6b5f2c;hpb=b09afc2ad82647ab4f0edc121e9632cc1906c5bb;p=dpdk.git diff --git a/devtools/update-abi.sh b/devtools/update-abi.sh index b9b859a3e9..45437f3c3b 100755 --- a/devtools/update-abi.sh +++ b/devtools/update-abi.sh @@ -41,6 +41,6 @@ echo "Path to update:" $update_path echo $abi_version > $abi_version_file -find $update_path -name \*version.map -exec \ +find $update_path -name version.map -exec \ devtools/update_version_map_abi.py {} \ $abi_version \; -print