Explorar el Código

removed set

master
Anselm R Garbe hace 16 años
padre
commit
7804354106
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      dmenu_run

+ 1
- 1
dmenu_run Ver fichero

@@ -1,2 +1,2 @@
#!/bin/sh
set exe=`dmenu_path | dmenu $*` && exec $exe
exe=`dmenu_path | dmenu $*` && exec $exe

Cargando…
Cancelar
Guardar