Bläddra i källkod

ignore non files

pull/10/head
Yamashita Yuu 13 år sedan
förälder
incheckning
f878896a77
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build Visa fil

@ -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
}

Laddar…
Avbryt
Spara