1.1.13: will be tagged as "sbcl-1.1.13"
[sbcl.git] / src / runtime / linux-nm
index 11d4243..65a870b 100755 (executable)
@@ -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?-] "