From d8042d1ca2a1b7005c500a814e12e4ecdce34dbe Mon Sep 17 00:00:00 2001 From: toy <toy> Date: Fri, 16 Jan 2004 03:26:56 +0000 Subject: [PATCH] Use full path for nm, since we don't support GNU nm or another other nm. --- lisp/solaris-nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/solaris-nm b/lisp/solaris-nm index 777a2743c..caa09d942 100755 --- a/lisp/solaris-nm +++ b/lisp/solaris-nm @@ -1,4 +1,4 @@ #!/bin/sh # Removing 0x prefix # remove local symbols ([a-z] in type field). -nm -pxh "$@" | sed -e 's/^0x//' -e '/ [a-z] /d' +/usr/ccs/bin/nm -pxh "$@" | sed -e 's/^0x//' -e '/ [a-z] /d' -- GitLab