diff options
author | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2014-02-11 11:14:31 +0100 |
---|---|---|
committer | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2014-02-11 11:14:31 +0100 |
commit | 04bba75ce59009a11a8bef9e1fc2497c55f8a2c5 (patch) | |
tree | 74796c9d1b80258647f87e4f8172b6f62573b6f6 | |
parent | 57f5ef7694c9336b9ab2635c205e34f337b77ac4 (diff) |
Removed echo
-rwxr-xr-x | bb.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |