Explorar el Código

dmenu_run: use $SHELL

master
Connor Lane Smith hace 12 años
padre
commit
942199ccd0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      dmenu_run

+ 1
- 1
dmenu_run Ver fichero

@@ -12,4 +12,4 @@ fi
else
dmenu "$@" < "$cache"
fi
) | exec sh
) | exec ${SHELL:-"/bin/sh"}

Cargando…
Cancelar
Guardar