X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=e1515dc34d3bf92a7be62bc2454375370ebb33d0;hb=690a5be664cdfbd914582e4c59672426356250ea;hp=0b82cb3300004853a06774c1b50fb46b83d4eeea;hpb=8670ff0bf352897e0a40ec84a1029336a6ab65e1;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 0b82cb3..e1515dc 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2052,9 +2052,7 @@ function info_print () { esc_end="$2" shift 2 printf '%s' ${esc_begin} - for item in "$@" ; do - printf '%s ' "$item" - done + printf '%s' "$*" printf '%s' "${esc_end}" }