From: Bernhard Tittelbach Date: Mon, 2 Jan 2012 18:05:14 +0000 (+0100) Subject: zsh: lsdisk: fix typo introduced through rewrapping X-Git-Tag: v0.5.3~1 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=caf69617a46822429e1d366d1bf0eab8fb50376a zsh: lsdisk: fix typo introduced through rewrapping --- diff --git a/usr_share_grml/zsh/functions/lsdisk b/usr_share_grml/zsh/functions/lsdisk index ef0a64e..d5bc9dd 100644 --- a/usr_share_grml/zsh/functions/lsdisk +++ b/usr_share_grml/zsh/functions/lsdisk @@ -27,6 +27,7 @@ for dev in "$disks[@]"; do ${mountinfo["$dev"][(w)1]} \ ${mountinfo["$dev"][(w)2]} \ "${mountinfo["$dev"][(w)3,-5]}" + fi for sysdevsize in \ /sys/block/${dev:t}/size(N) \ /sys/block/${${dev:t}%%<->}/${dev:t}/size(N)