From c695e88a211de7289c382e1c6f1a318c7ca9b483 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sun, 13 Apr 2014 13:23:43 +0600 Subject: [PATCH] =?UTF-8?q?bash:=20fix:=20=D0=BD=D0=BE=D0=B2=D1=8B=D0=B9?= =?UTF-8?q?=20=D0=BF=D1=81=D0=B5=D0=B2=D0=B4=D0=BE=D0=BD=D0=B8=D0=BC=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20date,=20=D0=BF=D0=BE=D0=B7=D0=B2=D0=BE?= =?UTF-8?q?=D0=BB=D1=8F=D1=8E=D1=89=D0=B8=D0=B9=20=D1=83=D0=BA=D0=B0=D0=B7?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=20=D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82?= =?UTF-8?q?=D1=80=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/shell/bash/aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/shell/bash/aliases b/etc/shell/bash/aliases index 58893b2..a4ebfd1 100755 --- a/etc/shell/bash/aliases +++ b/etc/shell/bash/aliases @@ -1,6 +1,6 @@ #!/bin/bash #################################################################### # -# Изменён: Вс 13 апр 2014 12:47:33 +# Изменён: Вс 13 апр 2014 13:15:22 # Изменён: Чт. 10 апр. 2014 10:35:05 # ################################################################################ @@ -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'}" } #- Список функций и псевдонимов