though sticking to |uniq

master
Anselm R Garbe 16 years ago
parent 7195e941c1
commit 6423288394
  1. 2
      dmenu_path

@ -19,7 +19,7 @@ then
do
test -x "$file" && echo "$file"
done
done | sort -u > "$CACHE".$$ &&
done | sort | uniq > "$CACHE".$$ &&
mv "$CACHE".$$ "$CACHE"
fi

Loading…
Cancel
Save