Reviewers: Søren Gjesse,

Description:
fix nm script

Please review this at http://codereview.chromium.org/164476

Affected files:
   M tools/mac-nm


Index: tools/mac-nm
diff --git a/tools/mac-nm b/tools/mac-nm
index  
9c181779780bef5454cd06e4d4ee74dbfd20005d..07efb07bae8eb5cd276340f8265e7c3a87348d0e
  
100755
--- a/tools/mac-nm
+++ b/tools/mac-nm
@@ -12,7 +12,7 @@
  # needs to be parsed, which requires a lot of knowledge to be coded in.

  if [ "`which c++filt`" == "" ]; then
-  nm $@
+  nm "$@"
  else
-  nm $@ | c++filt -p -i
+  nm "$@" | c++filt -p -i
  fi



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to