Changeset 1866 in ProjectBuilder for devel/pb/lib
- Timestamp:
- Apr 3, 2014, 10:29:52 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified devel/pb/lib/ProjectBuilder/CMS.pm ΒΆ
r1850 r1866 93 93 # 94 94 my $turl = "$pburl->{$ENV{'PBPROJ'}}/$tmp"; 95 $turl = $pburl->{$ENV{'PBPROJ'}} if ($scheme =~ /^(flat)|(ftp)|(http)|(file) \b/o);95 $turl = $pburl->{$ENV{'PBPROJ'}} if ($scheme =~ /^(flat)|(ftp)|(http)|(file)|(git)\b/o); 96 96 pb_vcs_compliant(undef,'PBDIR',"$ENV{'PBPROJDIR'}/$tmp",$turl,$pbinit); 97 97
Note:
See TracChangeset
for help on using the changeset viewer.