Changeset 1927


Ignore:
Timestamp:
06/11/2007 23:27:23 (4 years ago)
Author:
chris
Message:

Don't add a superfluous leading space to bbackupd_args.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/buildenv-testmain-template.cpp

    r1916 r1927  
    177177                        case 'c': 
    178178                        { 
    179                                 bbackupd_args += " "; 
     179                                if (bbackupd_args.length() > 0) 
     180                                { 
     181                                        bbackupd_args += " "; 
     182                                } 
    180183                                bbackupd_args += optarg; 
    181184                        } 
Note: See TracChangeset for help on using the changeset viewer.