Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Commit

Permalink
; * autogen.sh: Comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgmorris committed Mar 21, 2018
1 parent e0080b8 commit 319fbc9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://git.busybox.net/busybox/tree/shell/ash.c>.
if command -v command > /dev/null 2>&1; then
command -v $uprog > /dev/null || return 1
else
Expand Down

0 comments on commit 319fbc9

Please sign in to comment.