]> git.eshelyaron.com Git - emacs.git/commitdiff
; * autogen.sh: Comment.
authorGlenn Morris <rgm@gnu.org>
Wed, 21 Mar 2018 18:12:42 +0000 (14:12 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 21 Mar 2018 18:12:42 +0000 (14:12 -0400)
autogen.sh

index 518e5dbe830c21865faeee67ced17cf53e57f5ca..2d52f9ea55154567524967e53b3d493b28449866 100755 (executable)
@@ -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