diff --git a/mozilla/webtools/despot/syncit.pl b/mozilla/webtools/despot/syncit.pl index ac1a5297ed6..f2590f017c7 100755 --- a/mozilla/webtools/despot/syncit.pl +++ b/mozilla/webtools/despot/syncit.pl @@ -66,7 +66,9 @@ if ($hostname ne "lounge.mozilla.org") { $ENV{"HOME"} = glob("~$mylogin"); # CVS wants this. -$ENV{"CVS_PASSFILE"} = "./.cvspass"; +$curdir = `pwd`; +chop($curdir); +$ENV{"CVS_PASSFILE"} = "$curdir/.cvspass"; if ($usertoblame eq "") { $usertoblame = $mylogin;