in reply to Re: cvs wrapper with ssh-agent
in thread cvs wrapper with ssh-agent
But this failed when there were double quotes in the @ARGV. For example if @ARGV contained: commit -m "message goes here" filename_to_commitprint `/usr/bin/cvs @ARGV`;
So I used open() instead.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: cvs wrapper with ssh-agent
by blazar (Canon) on Sep 19, 2008 at 18:59 UTC |