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'}" } #- Список функций и псевдонимов