On Sat, Jun 9, 2012 at 4:01 AM, Linda Walsh wrote:
> File1:
> sdf:
> Ishtar:/tmp> more sdf
> #!/bin/bash
>
> _prgpth="${0:?}"; _prg="${_prgpth##*}"; _prgdr="${_prgpth%/$_prg}"
> [[ -z $_prgdr || $_prg == $_prgdr ]] && $_prgdr="$PWD"
> export PATH="$_prgdr/lib:$_prgdr:$PATH"
> shopt -s expand_alias
File1:
sdf:
Ishtar:/tmp> more sdf
#!/bin/bash
_prgpth="${0:?}"; _prg="${_prgpth##*}"; _prgdr="${_prgpth%/$_prg}"
[[ -z $_prgdr || $_prg == $_prgdr ]] && $_prgdr="$PWD"
export PATH="$_prgdr/lib:$_prgdr:$PATH"
shopt -s expand_aliases extglob sourcepath ; set -o pipefail
. backtrace.shh
. sdf2
---
On 6/8/12 12:49 PM, Jens Schweikhardt wrote:
> Bash Version: 4.2
> Patch Level: 28
> Release Status: release
>
> Description:
> 'coproc' is missing from the list of reserved words
Thanks for the report. Good catch.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
Configuration Information [Automatically generated, do not change]:
Machine: amd64
OS: freebsd10.0
Compiler: cc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='amd64'
-DCONF_OSTYPE='freebsd10.0' -DCONF_MACHTYPE='amd64-portbld-freebsd10.0'
-DCONF_VENDOR='portbld' -DLOCALEDIR='/usr/local/sha
Chet Ramey wrote:
On 5/31/12 3:56 PM, Linda Walsh wrote:
if I type in a path:
(1st example)
ls -d /share/doc/new, bash displays:
ls /share/doc/New\ Folder
Pressing 'Enter' gets:
ls: cannot access /share/doc/New Folder: No such file or directory
vs.
(2nd example)
ls /share/do
ls /share
On 5/31/12 3:56 PM, Linda Walsh wrote:
> if I type in a path:
>
> (1st example)
>> ls -d /share/doc/new, bash displays:
>
> ls /share/doc/New\ Folder
>
> Pressing 'Enter' gets:
>
> ls: cannot access /share/doc/New Folder: No such file or directory
>
> vs.
>
> (2nd example)
>> ls /share/do
> l
On Thu, 07 Jun 2012 12:54:28 -0400, Chet Ramey wrote:
> On 6/4/12 12:42 PM, Davide Brini wrote:
>
> > Bash Version: 4.2
> > Patch Level: 29
> > Release Status: release
> >
> > Description:
> > To insert them in the history, bash converts multiline commands
> > into a single line, normally r
On 06/07/2012 11:22 PM, Linda Walsh wrote:
In reading the messages quoted above, I'm not sure some people
understand the severity of the bug.
I do not.
And many people don't understand expansions, quoting, completions and
many other...
This isn't a matter of preference... its a real bug.
Ex: