1
0

treewide: style (trivia)

This commit is contained in:
2021-10-01 10:14:53 +03:00
parent f07d2d3b35
commit bc5e07f76e
4 changed files with 11 additions and 12 deletions

View File

@@ -17,9 +17,9 @@ z-alt-find() {
c=$(which "${a[1]}")
[ -z "$c" ] && continue
# r=$(readlink -f "$c" 2>/dev/null)
# [ -z "$r" ] && continue
# a[1]="$r"
# r=$(readlink -f "$c" 2>/dev/null)
# [ -z "$r" ] && continue
# a[1]="$r"
if [ -n "$2" ] ; then
t="$a $2"