From 04bba75ce59009a11a8bef9e1fc2497c55f8a2c5 Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Tue, 11 Feb 2014 11:14:31 +0100 Subject: [PATCH] Removed echo --- bb.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bb.sh b/bb.sh index 5cc0b49..af23710 100755 --- a/bb.sh +++ b/bb.sh @@ -782,7 +782,6 @@ date_version_detect() { stat -f "%Sm" -t "$format" "$2" elif [[ $(echo $@ | grep '\-\-date') ]]; then # convert between dates using BSD date syntax - echo 3="$3" 2="$2" /bin/date -j -f "%a, %d %b %Y %H:%M:%S %z" "$(echo $2 | sed 's/\-\-date\=//g')" "$1" else # acceptable format for BSD date