COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/unify-sources.sh

    r554 r396  
    8989    if [ "$3" == 'tabs' ]
    9090    then
    91         if echo $2 | grep -q -v -E 'Makefile\.am$'
    92         then
    93             PATTERN=$(echo -e '\t')
    94         else
    95             PATTERN='        '
    96         fi
     91        PATTERN=$(echo -e '\t')
    9792    elif [ "$3" == 'trailing spaces' ]
    9893    then
Note: See TracChangeset for help on using the changeset viewer.