changeset 3652:9f0f2268eb75

<shachaf> sed -i \'s/\\$0-/"$@"/\' bin/complain
author HackBot
date Fri, 06 Sep 2013 16:57:27 +0000
parents df6191372f44
children 30e78d86dfdd
files bin/complain
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/complain	Thu Sep 05 20:34:47 2013 +0000
+++ b/bin/complain	Fri Sep 06 16:57:27 2013 +0000
@@ -1,1 +1,1 @@
-echo $0- >> /dev/null; echo Complaint filed. Thank you.;
+echo "$@" >> /dev/null; echo Complaint filed. Thank you.;