On 9/8/06, Alexander Elgert <[EMAIL PROTECTED]> wrote:
Tatavarty Kalyan schrieb am 07.09.2006 um 14:20:43 (+0800):
> On 9/6/06, Chris F.A. Johnson <[EMAIL PROTECTED]> wrote:
> >
> >On 2006-09-06, Andreas Schwab wrote:
> >> [EMAIL PROTECTED] (Paul Jarc) writes:
> >>
> >>> Mike Frysinger <[EMAIL P
Tatavarty Kalyan schrieb am 07.09.2006 um 14:20:43 (+0800):
> On 9/6/06, Chris F.A. Johnson <[EMAIL PROTECTED]> wrote:
> >
> >On 2006-09-06, Andreas Schwab wrote:
> >> [EMAIL PROTECTED] (Paul Jarc) writes:
> >>
> >>> Mike Frysinger <[EMAIL PROTECTED]> wrote:
> this little bit of code doesnt wo
Nick Brown wrote:
> Currently if the environmental variable is not set then
> DEBUGGER_START_FILE defaults to this;
>
> configure.in: DEBUGGER_START_FILE=
> ${ac_default_prefix}/lib/bashdb/bashdb-main.inc
>
> However looking at the bashdb package Makefiles I note that
> bashdb-main.inc will be f
"Nathan Coulter" <[EMAIL PROTECTED]> wrote:
> cat <&0 | xargs -0 -n2 bash -c '
>
This is beside the point, but "<&0" is a no-op and be removed. Same
for "cat |".
paul
___
Bug-bash mailing list
Bug-bas
Jaqui Greenlees <[EMAIL PROTECTED]> wrote:
> In a recet discussion about ssh, the ida was put forth
> to get opnssh to export a variable that defines the
> authentication method used. The idea being to limit
> access to su use to only those authenticating through
> a public / privat key pairing.
>
"Ilya N. Golubev" <[EMAIL PROTECTED]> wrote:
> If `0:0', `0i', `0.tar' files exists in current directory, `0:' is
> completed with `0\:0' to obtain `0:0\:0'.
Using 3.0.16 or 3.1.17, only "0" is added by completion for me. So I
end up with "0:0", and further TABs show me the three possible
matches
I'd like to use a bash script in a pipe to process null-delimited output:
| myscript > results
Since the "read" command seems to currently be unable to use ascii null as a
delimiter, I'm using xargs to parse the file and feed to a subshell:
*** contents of myscript***
cat <&0 | xargs -0 -n2 b
Norio Ishizaki wrote:
> "/usr/src/local/chet/src/bash/src/parse.y", line 4891: error #2020:
> identifier
> "mbrlen" is undefined
>mbclen = mbrlen (shell_input_line + previ, i - previ + 1, &mbs);
I would be interested in knowing why configure thinks HP-UX 11.x supplies
multibyte s
Pavel Ivanoff wrote:
> Hi!
>
> We have a very strange and non-repeatable bug in bash came with the last
> version of cygwin. It appears during execution of a set of long-play
> scripts. These scripts do a lot of work and their normal execution time
> is 20-40 hours. Sometimes after 20 or more hour
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Rolando Temperini on 9/1/2006 5:23 AM:
> Bash Version: 2.05a
Consider upgrading. Bash is at 3.1, and a beta for 3.2 is already underway.
> pippo=$[013-1]
> echo $pippo
>
> Results is :
> 10
You are using octal numbers, then getting a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Pavel Ivanoff on 8/28/2006 12:50 AM:
> Hi!
>
> We have a very strange and non-repeatable bug in bash came with the last
> version of cygwin. It appears during execution of a set of long-play
> scripts. These scripts do a lot of work and t
11 matches
Mail list logo