On Sunday 07 October 2007 18:59, Denys Vlasenko wrote:
> On Sunday 07 October 2007 17:01, Alexander Kriegisch wrote:
> > Thanks, Paul. How could I not have seen this? I guess that is a frequent
> > problem when copying and pasting code from an external source.
> >
> > Denys or whoever is responsib
On Sunday 07 October 2007 17:01, Alexander Kriegisch wrote:
> Thanks, Paul. How could I not have seen this? I guess that is a frequent
> problem when copying and pasting code from an external source.
>
> Denys or whoever is responsible for the web site, would you please
> correct the sample script
Bernhard Fischer:
> I don't see the backticks in svn that were mentioned earlier in this thread.
> So yes, to me it looks like this is fixed in svn.
Confirmed. I just checked BusyBox.html after having called "make doc". :-)
Paul Fox wrote earlier:
> [ btw, this is an excellent example of a place
On Sun, Oct 07, 2007 at 06:56:39PM +0200, Alexander Kriegisch wrote:
>Very well, Bernhard.
>
>But generating the page is only one half of what is needed. The fact
>that single quotes are replaces by backticks seems to be the other. Has
>this also been fixed already?
I don't see the backticks in sv
Very well, Bernhard.
But generating the page is only one half of what is needed. The fact
that single quotes are replaces by backticks seems to be the other. Has
this also been fixed already?
Regards
--
Alexander Kriegisch
Bernhard Fischer:
> On Sun, Oct 07, 2007 at 06:01:36PM +0200, Alexander K
On Sun, Oct 07, 2007 at 06:01:36PM +0200, Alexander Kriegisch wrote:
>Thanks, Paul. How could I not have seen this? I guess that is a frequent
>problem when copying and pasting code from an external source.
>
>Denys or whoever is responsible for the web site, would you please
The BusyBox.html is g
Thanks, Paul. How could I not have seen this? I guess that is a frequent
problem when copying and pasting code from an external source.
Denys or whoever is responsible for the web site, would you please
correct the sample script for the getopt applet on the "Command Help"
page? http://busybox.net/
>
> Is there something wrong with the 'while' loop?
the problem is in your echo statements. see below.
>
> #!/bin/sh
>
> GETOPT=$(getopt -o ab:c:: -l a-long,b-long:,c-long:: -n 'example.busybox' --
> "$@")
> [ $? == 0 ] || exit 1
> eval set -- "$GETOPT"
> while true ; do
> cas
BB 1.7.2, ash, mipsel platform, kernel 2.6.13.1
I took the attached example script right from
http://busybox.net/downloads/BusyBox.html, originally because I wanted
to test the getopt command. I slightly modified it, but this does not
influence the outcome.
$ ./getopt.test
./getopt.test: line 14: