Skip to content
Snippets Groups Projects
Commit 9f5140ff authored by alex's avatar alex
Browse files

- update from HEAD

parent ebee1e89
No related branches found
No related tags found
No related merge requests found
...@@ -516,7 +516,7 @@ rc=$? ...@@ -516,7 +516,7 @@ rc=$?
if test $rc -ne 0; then if test $rc -ne 0; then
export=0 export=0
for file in $2; do for file in $2; do
grep -q -E "EXPORT_SYMBOL.*($1)" "$LINUX/$file" 2>/dev/null grep -q -E "EXPORT_SYMBOL.*\($1\)" "$LINUX/$file" 2>/dev/null
rc=$? rc=$?
if test $rc -eq 0; then if test $rc -eq 0; then
export=1 export=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment