libtool-commit
[Top][All Lists]
Advanced

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

Re: Testing


From: Gary V. Vaughan
Subject: Re: Testing
Date: Thu, 14 Oct 2004 16:32:48 +0100
User-agent: Mozilla Thunderbird 0.8 (X11/20040913)

Hi Bob!

Bob Friesenhahn wrote:
> On Thu, 14 Oct 2004, Gary V. Vaughan wrote:
> 
>> Bob Friesenhahn wrote:
>>
>>> Just a test to see if I can post.
>>
>>
>> Hello! :-)
>>
>> Okay, next up: does this work for you? (slightly more involved than
>> Peter's since the quotes in your email address balance!)
>>
>>  $ cd $YOUR_LIBTOOL_TOP_SRCDIR
>>  $ echo body > body
>>  $ mailnotify -F 'Bob Friesenhahn <address@hidden>' \
>>     -f body -m text/plain -s 'Test mailnotify' -- address@hidden
> 
> blade:src/gnu/libtool-branch-2-0% config/mailnotify -F 'Bob Friesenhahn
> <address@hidden>' -f body -m text/plain -s 'Test mailnotify' -- 
> address@hidden
> config/mailnotify: syntax error at line 691: `;' unexpected

Is this a bashism:

   for to;
   do
      echo arg: $to
   done

Maybe I should use the long hand:

   for to in : ${1+"$@"}
   do
      test "X$to" = X: && continue
      echo arg: $to
   done

Or does simply removing the semicolon work for you?

Cheers,
        Gary.
-- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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