Changeset 202 for trunk/dasscm/dasscm


Ignore:
Timestamp:
Dec 16, 2004, 6:45:11 PM (19 years ago)
Author:
joergs
Message:

Bugfixes and Subversion server config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dasscm/dasscm

    r197 r202  
    8383}
    8484
     85
    8586sub check_parameter(@)
    8687{
     
    142143        } elsif( $? >> 8 != 0 ) {
    143144                        printf "child exited with value %d\n", $? >> 8;
    144                 }
    145145        }
    146146        return( $? >> 8 );
     
    194194       
    195195        if( $options{'message'} ) {
    196                 $svnOptions .= " --message $options{'message'} ";
     196                $svnOptions .= " --message \"$options{'message'}\" ";
    197197        }
    198198
    199199        # commit calls $EDITOR. uses "system" here, to display output
    200         my $retcode = run_interactive( "$SVN commit $svnOptions --username $DASSCM_USER $DASSCM_REPO" );
     200        $retcode = run_interactive( "$SVN commit $svnOptions --username $DASSCM_USER $DASSCM_REPO" );
    201201
    202202        print $filename_prod."\n";
Note: See TracChangeset for help on using the changeset viewer.