autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Success (mostly) with the testsuite


From: Alexandre Oliva
Subject: Re: Success (mostly) with the testsuite
Date: 26 Oct 2000 19:43:25 -0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

On Oct 25, 2000, Akim Demaille <address@hidden> wrote:

> Is there anybody here with an Ultrix who could run the script I sent?
> There are Ultrices at Cygnus, right?

Yep, got it.  There you go:

nl=

tab=    
space= 
IFS=    
foo=One line
bar=Two
lines
+ echo Direct use 
Direct use
+ echo {One} 
{One}
+ echo {line} 
{line}
+ echo {Two
lines} 
{Two
lines}
+ echo 

+ echo Indirect Use with Quotes 
Indirect Use with Quotes
+ : One line 
+ : Two
lines 
+ echo {One line} 
{One line}
+ echo {Two
lines} 
{Two
lines}
+ echo 

+ echo Indirect Use without Quotes 
Indirect Use without Quotes
+ : One line 
+ : Two
lines 
+ echo {One} 
{One}
+ echo {line} 
{line}
+ echo {Two
lines} 
{Two
lines}
+ echo 

+ echo NL in IFS 
NL in IFS
IFS=    

+ echo 

+ echo Direct use 
Direct use
+ echo {One} 
{One}
+ echo {line} 
{line}
+ echo {Two} 
{Two}
+ echo {lines} 
{lines}
+ echo 

+ echo Indirect Use with Quotes 
Indirect Use with Quotes
+ : One line 
+ : Two
lines 
+ echo {One line} 
{One line}
+ echo {Two
lines} 
{Two
lines}
+ echo 

+ echo Indirect Use without Quotes 
Indirect Use without Quotes
+ : One line 
+ : Two lines 
+ echo {One} 
{One}
+ echo {line} 
{line}
+ echo {Two} 
{Two}
+ echo {lines} 
{lines}


-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  address@hidden, redhat.com}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me



reply via email to

[Prev in Thread] Current Thread [Next in Thread]