浏览代码

ignore non files

pull/10/head
Yamashita Yuu 13 年前
父节点
当前提交
f878896a77
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build 查看文件

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

正在加载...
取消
保存