Silence the first find in dmenu_path. d50ff5ca
Kris Maglione · 2007-05-23 18:35 1 file(s) · +1 −1
dmenu_path +1 −1
9 9
uptodate() {                                                                       
10 10
	test -f $CACHE &&
11 11
		test "$(echo "$PATH")" = "$(sed 1q "$CACHE")" &&
12 -
		qfind $PATH -maxdepth 0 -newer $CACHE
12 +
		qfind $PATH -maxdepth 0 -newer $CACHE >/dev/null
13 13
}
14 14
15 15
if ! uptodate