changeset 4390:11e844169fe7

<oerjan> sed -i \'2s/[^ ]*$/"$@"/\' bin/hd
author HackBot
date Thu, 30 Jan 2014 23:07:45 +0000
parents 4cce85087a0a
children 8ef6eee9e64c
files bin/hd
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/hd	Thu Jan 30 23:07:36 2014 +0000
+++ b/bin/hd	Thu Jan 30 23:07:45 2014 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-od -Ax -tx1z -v $@
+od -Ax -tx1z -v "$@"