Changeset 1133


Ignore:
Timestamp:
Jan 15, 2013, 10:53:55 AM (11 years ago)
Author:
joergs
Message:

bugfix, resolves ticket:12

File:
1 edited

Legend:

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

    r1132 r1133  
    18681868}
    18691869
    1870 if ( $DASSCM_SVN_REPOSITORY && $DASSCM_REPOSITORY_NAME ) {
     1870if ( $config->{'DASSCM_SVN_REPOSITORY_BASE'} && $DASSCM_REPOSITORY_NAME ) {
    18711871    $DASSCM_SVN_REPOSITORY =
    18721872        $config->{'DASSCM_SVN_REPOSITORY_BASE'} . "/" . $DASSCM_REPOSITORY_NAME;
Note: See TracChangeset for help on using the changeset viewer.