Explorar el Código

ok 2.4.2

master
Anselm R. Garbe hace 17 años
padre
commit
a71424ac0e
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      config.mk
  2. +1
    -1
      dmenu_path

+ 1
- 1
config.mk Ver fichero

@@ -1,5 +1,5 @@
# dmenu version
VERSION = 2.4.1
VERSION = 2.4.2

# Customize below to fit your system



+ 1
- 1
dmenu_path Ver fichero

@@ -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

Cargando…
Cancelar
Guardar