From dfc4fb72649668ce8f919eb947102cab3f5af607 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 13 Apr 2007 17:41:26 +0200 Subject: [PATCH] /etc/zsh/zshrc: update function sll --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index ee18d7c..24e979b 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -977,7 +977,7 @@ If you want to use xinit anyway please call \"/usr/bin/xinit\"." # list symlinks in detail (more detailed version of 'readlink -f' and 'whence -s') sll() { [ -z "$1" ] && printf 'usage: %s \n' "$0" && exit 1 - for i in $* ; do + for i in "$@" ; do file=$i while [ -h "$file" ] ; do ls -l $file -- 2.1.4