Changeset 209 in ProjectBuilder for devel/pb/bin/pb


Ignore:
Timestamp:
Oct 14, 2007, 8:38:46 PM (17 years ago)
Author:
Bruno Cornec
Message:

Fix space def

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r208 r209  
    709709    open(FILE,"+<$ENV{'PBROOT'}/../$newver/pbconf/$ENV{'PBPROJ'}.pb") || die "Unable to open $ENV{'PBROOT'}/../$newver/pbconf/$ENV{'PBPROJ'}.pb";
    710710    while(<FILE>) {
    711         s/projver[:space:]+$ENV{'PBPROJ'}[:space:]*=[:space:]*$oldver/projver $ENV{'PBPROJ'} = $newver/;
     711        s/projver\s+$ENV{'PBPROJ'}\s*=\s*$oldver/projver $ENV{'PBPROJ'} = $newver/;
    712712    }
    713713    close(FILE);
Note: See TracChangeset for help on using the changeset viewer.