all repos — dmenu @ a71424ac0e74f05274a8009f07487112730fa472

my build of dmenu

ok 2.4.2
Anselm R. Garbe arg@suckless.org
Fri, 23 Feb 2007 13:51:06 +0100
commit

a71424ac0e74f05274a8009f07487112730fa472

parent

f1ab687c628f0ee4e71c33c4a8d304534e60141a

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M config.mkconfig.mk

@@ -1,5 +1,5 @@

# dmenu version -VERSION = 2.4.1 +VERSION = 2.4.2 # Customize below to fit your system
M dmenu_pathdmenu_path

@@ -1,2 +1,2 @@

#!/bin/sh -/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort | uniq +/bin/ls -lL `echo $PATH | tr : ' '` 2> /dev/null | awk '$1 ~ /^[^d].*x/ { print $NF }' | sort -u