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

Re: [patches] Cross-testing work in progress



"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!