X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Flinux-nm;h=65a870bac6c8fe3d1b12cc032d3503df681243a8;hb=9304704f68a18894fa8eb985b387465e5d25e1d5;hp=11d4243d939e7d4551d6ef3a1a259159f04d750e;hpb=481348f2f96f364374f669786f9fc61348decabc;p=sbcl.git diff --git a/src/runtime/linux-nm b/src/runtime/linux-nm index 11d4243..65a870b 100755 --- a/src/runtime/linux-nm +++ b/src/runtime/linux-nm @@ -6,4 +6,4 @@ # " A " is a global absolute symbol, that is a symbol with a fixed # assembly time value (which is used for offset calculations). -nm -p "$@" | grep -v " [abcdgIiNnrstUuvw?-] " +nm -p "$@" | GREP_OPTIONS='' grep -v " [abcdgIiNnrstUuvw?-] "