changeset 6770:80e69152fba8

<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:31:08 +0000
parents 28e587e73ecb
children f4e958499a6b
files bin/trueif
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/trueif	Wed Feb 10 05:28:18 2016 +0000
+++ b/bin/trueif	Wed Feb 10 05:31:08 2016 +0000
@@ -1,1 +1,1 @@
-if [ -z "$1" ];then exec echo "Please give me something to check.";fi;bash -c "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"