# HG changeset patch # User HackBot # Date 1391123242 0 # Node ID f5348bffe961a2fade6119f121a2cefda0645825 # Parent 02be2e2788976cb2ec2e228d948a4344aa6f1a34 sed -i \'s/[^ ]*$/"$@"/\' bin/hd diff -r 02be2e278897 -r f5348bffe961 bin/hd --- a/bin/hd Thu Jan 30 22:33:13 2014 +0000 +++ b/bin/hd Thu Jan 30 23:07:22 2014 +0000 @@ -1,2 +1,2 @@ -#!/bin/sh -od -Ax -tx1z -v $@ +"$@" +od -Ax -tx1z -v "$@"