Silence the first find in dmenu_path.
This commit is contained in:
		@@ -9,7 +9,7 @@ qfind() {
 | 
				
			|||||||
uptodate() {                                                                       
 | 
					uptodate() {                                                                       
 | 
				
			||||||
	test -f $CACHE &&
 | 
						test -f $CACHE &&
 | 
				
			||||||
		test "$(echo "$PATH")" = "$(sed 1q "$CACHE")" &&
 | 
							test "$(echo "$PATH")" = "$(sed 1q "$CACHE")" &&
 | 
				
			||||||
		qfind $PATH -maxdepth 0 -newer $CACHE
 | 
							qfind $PATH -maxdepth 0 -newer $CACHE >/dev/null
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if ! uptodate
 | 
					if ! uptodate
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user