changeset 6761:66c7221772c0

<zgrep> overwrite bin/tomfoolery = if [ -z "$1" ]; then exec echo "I have nothing to tell you."; fi
author HackBot
date Wed, 10 Feb 2016 04:11:40 +0000
parents c7296bb7af32
children e387433ae925
files bin/tomfoolery
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/tomfoolery	Wed Feb 10 04:10:53 2016 +0000
+++ b/bin/tomfoolery	Wed Feb 10 04:11:40 2016 +0000
@@ -1,1 +1,1 @@
-if [ -z "$1" ]; exec echo "I have nothing to tell you.";fi
+if [ -z "$1" ]; then exec echo "I have nothing to tell you."; fi