# HG changeset patch # User HackBot # Date 1370771950 0 # Node ID 2715989df57bb5f3d1c083cb87d7479647f92071 # Parent a8c8217fb02e776cbcf4d013fd8038d0c7055d5d revert 3075 diff -r a8c8217fb02e -r 2715989df57b bin/olist --- a/bin/olist Sun Jun 09 09:55:39 2013 +0000 +++ b/bin/olist Sun Jun 09 09:59:10 2013 +0000 @@ -1,4 +1,4 @@ -echo -n "$(basename "$0")${$1:+ }$1: "; tail -n+2 "$0" | xargs; exit +echo -n "$(basename "$0") $@: "; tail -n+2 "$0" | xargs; exit shachaf oerjan Sgeo