Bug 325400: client.mk fast-update broken under Cygwin, patch by Teemu Mannermaa <wicked@etlicon.fi>, r+a181=bsmedberg
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195156 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -46,7 +46,7 @@ if (!$hours) {
|
||||
# if there is no such file, this will all just fail, which is ok
|
||||
open REPOSITORY, "<CVS/Repository";
|
||||
$rootdir = <REPOSITORY>;
|
||||
chop $rootdir;
|
||||
$rootdir =~ tr/\r\n//d; # Remove newlines
|
||||
close REPOSITORY;
|
||||
|
||||
# try to guess the current branch by looking at all the
|
||||
|
||||
Reference in New Issue
Block a user