]> git.droids-corp.org - dpdk.git/blobdiff - buildtools/map-list-symbol.sh
cryptodev: extend data-unit length field
[dpdk.git] / buildtools / map-list-symbol.sh
index 5509b4a7faf7f32ab8afd566a4de827564e6795e..3bf9bd66f89e71ad0a960688c5de7592d61827ad 100755 (executable)
@@ -44,7 +44,7 @@ for file in $@; do
                        ret = 1;
                }
        }
-       /^.*{/ {
+       /^.*\{/ {
                if ("'$section'" == "all" || $1 == "'$section'") {
                        current_section = $1;
                }