Explorar el Código

ignore non files

pull/10/head
Yamashita Yuu hace 13 años
padre
commit
f878896a77
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build Ver fichero

@ -414,7 +414,7 @@ usage() {
list_definitions() {
{ for definition in "${PYTHON_BUILD_ROOT}/share/python-build/"*; do
echo "${definition##*/}"
test -f "${definition}" && echo "${definition##*/}"
done
} | sort
}

Cargando…
Cancelar
Guardar