Changeset 1132 for dasscm


Ignore:
Timestamp:
Jan 11, 2013, 2:21:17 PM (11 years ago)
Author:
joergs
Message:

add variable check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dasscm/trunk/usr/bin/dasscm

    r1069 r1132  
    18681868}
    18691869
    1870 # TODO: check variables
    1871 $DASSCM_SVN_REPOSITORY =
    1872   $config->{'DASSCM_SVN_REPOSITORY_BASE'} . "/" . $DASSCM_REPOSITORY_NAME;
     1870if ( $DASSCM_SVN_REPOSITORY && $DASSCM_REPOSITORY_NAME ) {
     1871    $DASSCM_SVN_REPOSITORY =
     1872        $config->{'DASSCM_SVN_REPOSITORY_BASE'} . "/" . $DASSCM_REPOSITORY_NAME;
     1873}
    18731874
    18741875$DASSCM_CHECKOUT_USERNAME = $config->{'DASSCM_CHECKOUT_USERNAME'};
Note: See TracChangeset for help on using the changeset viewer.