On 10/04/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: sgoeschl > Date: Thu Apr 10 08:22:17 2008 > New Revision: 646842 > > URL: http://svn.apache.org/viewvc?rev=646842&view=rev > Log: > Changed the usage of the echo statement to work with HP-UX (thanks to sebb) > > Modified: > commons/sandbox/exec/trunk/src/test/scripts/forever.sh > > Modified: commons/sandbox/exec/trunk/src/test/scripts/forever.sh > URL: > http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/src/test/scripts/forever.sh?rev=646842&r1=646841&r2=646842&view=diff > > ============================================================================== > --- commons/sandbox/exec/trunk/src/test/scripts/forever.sh (original) > +++ commons/sandbox/exec/trunk/src/test/scripts/forever.sh Thu Apr 10 > 08:22:17 2008 > @@ -22,6 +22,5 @@ > while test "notempty" > do > sleep 1 > - echo -n . > - # echo -n . >> ./target/forever.txt > + echo '.\c' >> ./target/forever.txt
But that does not work on e.g. FreeBSD. Indeed the code will now just create an ever-larger file, not print ... to the screen > done > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
