git clone dmenu dmenu Log gph
Found at: gopher.r-36.net:70/scm/dmenu/commit/64232883947e37ac64938c8dd0ecd878f1547656.gph
tthough sticking to |uniq - dmenu - Dmenu fork with xft fonts.
git clone git://r-36.net/dmenu
---
commit 64232883947e37ac64938c8dd0ecd878f1547656
parent 7195e941c1cb91e347a9c906203ad39245deabd6
Date: Wed, 9 Apr 2008 23:32:46 +0100
tthough sticking to |uniq
Diffstat:
dmenu_path | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dmenu_path b/dmenu_path
t@@ -19,7 +19,7 @@ then
do
test -x "$file" && echo "$file"
done
- done | sort -u > "$CACHE".$$ &&
+ done | sort | uniq > "$CACHE".$$ &&
mv "$CACHE".$$ "$CACHE"
fi
.