help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bash loadables homebrew installation


From: Lawrence Velázquez
Subject: Re: bash loadables homebrew installation
Date: Thu, 10 Sep 2020 19:09:43 -0400

> On Sep 10, 2020, at 6:59 PM, Peng Yu <pengyu.ut@gmail.com> wrote:
> 
> This installation doesn't seem to be complete. For example, it misses
> `cat`. It is a little strange to me why cat is not compiled. Is it set
> to be not compiled by default by the original bash compilation
> setting?

Take a look at examples/loadables/Makefile.in.

ALLPROG = print truefalse sleep finfo logname basename dirname fdflags \
          tty pathchk tee head mkdir rmdir printenv id whoami \
          uname sync push ln unlink realpath strftime mypid setpgid seq
OTHERPROG = necho hello cat pushd stat rm

vq



reply via email to

[Prev in Thread] Current Thread [Next in Thread]