Changeset 244 for trunk/dasscm


Ignore:
Timestamp:
Oct 10, 2008, 4:42:28 PM (16 years ago)
Author:
joergs
Message:

change error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dasscm/dasscm

    r239 r244  
    201201        if ( "$USER" eq "root" ) {
    202202            if ( ( not $DASSCM_USERNAME ) and ( $command ne "login" ) ) {
    203                 die
    204                   "Envirnonment variable DASSCM_USERNAME not set.\nSet DASSCM_USERNAME to your subversion user account.\n";
     203                fatalerror( "Envirnonment variable DASSCM_USERNAME not set.", "Set DASSCM_USERNAME to your subversion user account or", "use 'dasscm login'";
    205204            }
    206205            $svnOptions .= " --no-auth-cache ";
Note: See TracChangeset for help on using the changeset viewer.