Explorar el Código

Remove backward compat `--no-error` option

pull/171/head
Yamashita, Yuu hace 8 años
padre
commit
08cfea259c
Se han modificado 2 ficheros con 0 adiciones y 8 borrados
  1. +0
    -4
      bin/pyenv-sh-activate
  2. +0
    -4
      bin/pyenv-sh-deactivate

+ 0
- 4
bin/pyenv-sh-activate Ver fichero

@ -35,10 +35,6 @@ while [ $# -gt 0 ]; do
"-f" | "--force" )
FORCE=1
;;
"--no-error" )
# for backward compatibility with v20151103 and earlier
QUIET=1
;;
"-q" | "--quiet" )
QUIET=1
;;

+ 0
- 4
bin/pyenv-sh-deactivate Ver fichero

@ -21,10 +21,6 @@ while [ $# -gt 0 ]; do
"-f" | "--force" )
FORCE=1
;;
"--no-error" )
# for backward compatibility with v20151103 and earlier
QUIET=1
;;
"-q" | "--quiet")
QUIET=1
;;

Cargando…
Cancelar
Guardar