Subversion Repositories DevTools

Rev

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

Rev 3967 Rev 4033
Line 793... Line 793...
793
 
793
 
794
    #
794
    #
795
    #   Support sandbox specific buildfilter
795
    #   Support sandbox specific buildfilter
796
    #   Remove comments(#) and empty lines
796
    #   Remove comments(#) and empty lines
797
    #
797
    #
798
    if ( $GBE_SANDBOX && -f $GBE_SANDBOX . '/buildfilter' )
798
    if ( $GBE_SANDBOX && -f $GBE_DPKG_SBOX . '/buildfilter' )
799
    {
799
    {
800
        if ( open (my $BF, $GBE_SANDBOX . '/buildfilter' ))
800
        if ( open (my $BF, $GBE_DPKG_SBOX . '/buildfilter' ))
801
        {
801
        {
802
            my @bf;
802
            my @bf;
803
            while ( <$BF> )
803
            while ( <$BF> )
804
            {
804
            {
805
                s~\s$~~;
805
                s~\s$~~;