Explorar el Código

shrc: Fix PROMPT_COMMAND setup

pull/15/head
10sr hace 8 años
padre
commit
c66ac3cfad
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. +2
    -3
      shrc

+ 2
- 3
shrc Ver fichero

@@ -1309,10 +1309,9 @@ then
eval __my_set_title ${__terminal_title}
}
else
#echo "abc${PROMPT_COMMAND}def"
if ! expr "$PROMPT_COMMAND" : ".*;$" >/dev/null
if test -n "$PROMPT_COMMAND" && ! expr "$PROMPT_COMMAND" : '.*; *$' >/dev/null
then
$PROMPT_COMMAND="${PROMPT_COMMAND};"
PROMPT_COMMAND="${PROMPT_COMMAND};"
fi

if test -n "$PROMPT_COMMAND"


Cargando…
Cancelar
Guardar