# HG changeset patch # User HackBot # Date 1445070124 0 # Node ID a8f1a32c941886de428690ae4b61a159387b0ed2 # Parent aa298f9e62d14e8c0fdb8726b7214743fbdbc09f ` sed -i \'s#temp\\.o#/tmp/asm.o#g\' bin/asm diff -r aa298f9e62d1 -r a8f1a32c9418 bin/asm --- a/bin/asm Sat Oct 17 08:20:11 2015 +0000 +++ b/bin/asm Sat Oct 17 08:22:04 2015 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -echo "$1" | as -c /dev/stdin -o temp.o; objdump -d --insn-width=20 temp.o | sed -e "1,/0000000000000000/d" +echo "$1" | as -c /dev/stdin -o /tmp/asm.o; objdump -d --insn-width=20 /tmp/asm.o | sed -e "1,/0000000000000000/d"