On 12/21/23 5:26 PM, Martin D Kealey wrote:
The problem is, there's a documentation error.
"help complete" says "if no options are supplied…" when it should say
something more like "if the -p option is given, or if no arguments are
given…"
This is the right answer.
--
``The lyf so short, th
On 12/22/23 2:25 AM, em...@miropalmu.cc wrote:
But I did not know that '\e' is valid
ANSI escape sequence prefix.
It's not in the ISO C definition of a character constant or string
literal. It's a common extension that bash and other shells implement --
common enough that it's in the POSIX sp
On Tue, 26 Dec 2023, at 6:06 PM, George R Goffe wrote:
> Hi,
>
> I'm building bash with the bash at " git clone
> https://git.savannah.gnu.org/git/bash.git"; and am seeing the following
> messages:
>
> make depend
> bash ./support/mkdep -c gcc -- -DPROGRAM='"bash"'
> -DCONF_HOSTTYPE='"x86_64"'
Hi,
I'm building bash with the bash at " git clone
https://git.savannah.gnu.org/git/bash.git"; and am seeing the following messages:
make depend
bash ./support/mkdep -c gcc -- -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"'
-DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"x86_64-pc-linux-gnu"'
-DC