From 3632e6d0d71947ba3b0e65e72e10261f15d28dfd Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sun, 7 Dec 2014 11:43:00 +0500 Subject: [PATCH] bash: date: fix --- etc/shell/bash/aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index 71cdaed..d812b63 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -116,7 +116,7 @@ command_not_found_handle() { #noindex #- Дата function date() { #noindex - command date "${@:-'+%A, %d %B %Y, %H:%M'}" + command date ${@:-'+%A, %d %B %Y, %H:%M'} } #- Список функций и псевдонимов