]> Zhao Yanbai Git Server - minix.git/commitdiff
unstack - fix ipcvecs
authorBen Gras <ben@minix3.org>
Fri, 4 Jan 2013 16:17:07 +0000 (16:17 +0000)
committerBen Gras <ben@minix3.org>
Fri, 4 Jan 2013 16:17:07 +0000 (16:17 +0000)
commands/unstack/unstack.sh

index c7ea41a4c714403823e1b0392377e8ee8e45f92a..0af45c9d34bb4acef5fe5813992b071d3453b7ea 100644 (file)
@@ -50,7 +50,7 @@ SYMLIST=/tmp/unstack.$$
 # store sorted, filtered nm output once
 (
 $NM $executable | sed 's/^/0x/'
-$EXTRANM
+$EXTRANM | sed 's/^/0x/'
 
 # Add shared libraries
 ldd -f"%p %x\n" $executable 2>/dev/null | while read lib addr