From 319fbc9fce85d1d61f00612ec26b517d1737e6c7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 21 Mar 2018 14:12:42 -0400 Subject: ; * autogen.sh: Comment. --- autogen.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 518e5dbe830..2d52f9ea551 100755 --- a/autogen.sh +++ b/autogen.sh @@ -82,9 +82,11 @@ check_version () printf '%s' "(using $uprog0=$uprog) " fi - ## /bin/sh should always define the "command" builtin, but for - ## some odd reason sometimes it does not on hydra.nixos.org. - ## /bin/sh = "BusyBox v1.27.2", "built-in shell (ash)". ? + ## /bin/sh should always define the "command" builtin, but + ## sometimes it does not on hydra.nixos.org. + ## /bin/sh = "BusyBox v1.27.2", "built-in shell (ash)". + ## It seems to be an optional compile-time feature in that shell: + ## see ASH_CMDCMD in . if command -v command > /dev/null 2>&1; then command -v $uprog > /dev/null || return 1 else -- cgit v1.2.3