changeset 6769:28e587e73ecb

<zgrep> overwrite bin/trueif = if [ -z "$1" ];then exec echo "Please give me something to check.";fi;bash -c "if [ $1 ];then echo \'True.\';else echo \'False.\';fi"
author HackBot
date Wed, 10 Feb 2016 05:28:18 +0000
parents 442cbb80c3b5
children 80e69152fba8
files bin/trueif
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/trueif	Wed Feb 10 05:28:14 2016 +0000
+++ b/bin/trueif	Wed Feb 10 05:28:18 2016 +0000
@@ -1,1 +1,1 @@
-if [ -z "$1" ];then exec echo "Please give me something to check.";fi;if [ $1 ];then echo "True.";else echo "False.";fi
+if [ -z "$1" ];then exec echo "Please give me something to check.";fi;bash -c "if [ $1 ];then echo 'True.';else echo 'False.';fi"