changeset 6085:7910bd18a926

<shachaf> revert
author HackBot
date Sat, 17 Oct 2015 08:28:00 +0000
parents 5516b90279e6
children 549c712191ca
files bin/asm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/asm	Sat Oct 17 08:27:50 2015 +0000
+++ b/bin/asm	Sat Oct 17 08:28:00 2015 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-echo "$1" | as -c /dev/stdin -o /tmp/asm.o; objdump -d --insn-width=20 /tmp/asm.o | sed -e $'1,/0000000000000000/d; s/\t/ /g'
+echo "$1" | as -c /dev/stdin -o /tmp/asm.o; objdump -d --insn-width=20 /tmp/asm.o | sed -e "1,/0000000000000000/d"