1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 12:33:48 -05:00

Support for BusyBox version of `head' (#2629)

This commit is contained in:
Florian Schüller
2023-02-22 18:11:48 +01:00
committed by GitHub
parent 86a4423bbb
commit 68918e69b7
9 changed files with 14 additions and 14 deletions

View File

@@ -89,7 +89,7 @@ install_tmp_fixture() {
}
resolve_link() {
$(type -P greadlink readlink | head -1) "$1"
$(type -P greadlink readlink | head -n1) "$1"
}
run_inline_definition_with_name() {