Subversion Repositories DevTools

Rev

Rev 3890 | Rev 4001 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3890 Rev 3965
Line 176... Line 176...
176
    Debug( "ForceBuild :   ", $ForceBuild );
176
    Debug( "ForceBuild :   ", $ForceBuild );
177
    Debug( "$IgnorePkgs :  ", $IgnorePkgs );
177
    Debug( "$IgnorePkgs :  ", $IgnorePkgs );
178
 
178
 
179
#.. Command
179
#.. Command
180
#
180
#
-
 
181
 
181
    $CmdSwitch = lc shift @ARGV;
182
    $CmdSwitch = (lc shift @ARGV) if @ARGV;
182
    Debug( "CmdSwitch:     ", $CmdSwitch );
183
    Debug( "CmdSwitch:     ", $CmdSwitch );
183
 
184
 
184
    if ( $CmdSwitch )
185
    if ( $CmdSwitch )
185
    {
186
    {
186
        if ( $CmdSwitch eq "interface" ) {
187
        if ( $CmdSwitch eq "interface" ) {