That didn't solve the problem, it's in this line
RSYNC_SSH="-e \"ssh $SSH_OPTS\""
SSH_OPTS was previously set to
SSH_OPTS="-i $HOME/.ssh/new-id_dsa"
when used RSYNC_SSH in the rsync command it get's messed up with the quoting
On 8/2/06, Jochen Wiedmann <[EMAIL PROTECTED]> wrote:
On 8/2/06, C
On 8/2/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote:
if [ -z $NO_SSH ]
then
if [ -z $SSH_OPTS ]
I am almost sure that you'd want
if [ -z "$NO_SSH" ]
then
if [ -z "$SSH_OPTS" ]
or even
if [ x"$NO_SSH" = "x" ]
then
if [ x"$SSH_OPTS" = "x" ]
ett Porter <[EMAIL PROTECTED]> wrote:
Hi,
I guess I wasn't paying enough attention to commits.
The recent changes to the repo scripts result in a whole lot of prompts:
[EMAIL PROTECTED]'s password:
when you try to run them, which I have to ctrl-c.
It is also no longer possible t
Hi,
I guess I wasn't paying enough attention to commits.
The recent changes to the repo scripts result in a whole lot of prompts:
[EMAIL PROTECTED]'s password:
when you try to run them, which I have to ctrl-c.
It is also no longer possible to use the scripts to sync a single