Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14410

Re: declare(1) not executing inside source'd script

From Greg Wooledge <wooledg@eeg.ccf.org>
Newsgroups gnu.bash.bug
Subject Re: declare(1) not executing inside source'd script
Date 2018-07-27 10:50 -0400
Message-ID <mailman.4333.1532703036.1292.bug-bash@gnu.org> (permalink)
References <20180727042606.EFCD8120EA6@student.eeconsulting.net> <20180727140939.eah2hckwkvspngwc@eeg.ccf.org> <D36F9AD6-527C-471A-B4C8-E03B841E265B@eec.com>

Show all headers | View raw


On Fri, Jul 27, 2018 at 10:44:49AM -0400, Frank wrote:
> Agreed.  But the bash installation does create a man page for it, does it not?  So a command like, “man 1 declare” does work...?  I always thought this was somewhat incongruous.

Some Linux-based operating systems have a "builtins(1)" man page, with
a bunch of symlinks to it for each of bash's builtins.  You're probably
using one of those systems.  Other Linux-based systems do NOT have this
man page.

wooledg:~$ man declare
No manual entry for declare
wooledg:~$ man 1 declare
No manual entry for declare in section 1

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

Re: declare(1) not executing inside source'd script Greg Wooledge <wooledg@eeg.ccf.org> - 2018-07-27 10:50 -0400

csiph-web