Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rupa committed Jun 18, 2017
1 parent 7b2e8d8 commit 1379584
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions z.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ _z() {
[ -z "$_Z_OWNER" -a -f "$datafile" -a ! -O "$datafile" ] && return

_z_dirs () {
while read line; do
# only count directories
[ -d "${line%%\|*}" ] && echo $line
done < "$datafile"
return 0
while read line; do
# only count directories
[ -d "${line%%\|*}" ] && echo $line
done < "$datafile"
return 0
}

# add entries
Expand Down

0 comments on commit 1379584

Please sign in to comment.