[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patches] Cross-testing work in progress
- To: "Joseph S. Myers" <joseph@xxxxxxxxxxxxxxxx>
- Subject: Re: [patches] Cross-testing work in progress
- From: Jim Blandy <jimb@xxxxxxxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 10:56:30 -0800
"Joseph S. Myers" <joseph@xxxxxxxxxxxxxxxx> writes:
> On Sun, 28 Jan 2007, Jim Blandy wrote:
>
>> Index: scripts/cross-test-ssh.sh
>> ===================================================================
>> --- scripts/cross-test-ssh.sh (revision 0)
>> +++ scripts/cross-test-ssh.sh (revision 0)
>> @@ -0,0 +1,98 @@
>> +#!/bin/sh
>
> This is not an sh script (it uses "local", for example), so should use "#!
> /usr/bin/env bash" instead.
Fixed --- thanks!