Changeset 5683


Ignore:
Timestamp:
09/07/10 10:30:32 (15 years ago)
Author:
Eric.Larour
Message:

Fixed bug that made mac os x trip on this script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/EnumDefinitions/Synchronize.sh

    r5229 r5683  
    3636
    3737#Get all lines of EnumDefinitions2.h which hold Enum | remove all comas | add line number in the first column > put everything in file temp
    38 cat EnumDefinitions.h | grep -e "[0-9]Enum" -e "[Aa-Zz]Enum" | grep -v StringToEnum | sed -e "s/,//g" | awk '{ printf "%s %s\n", NR, $0 }' > temp
    39 
     38cat EnumDefinitions.h | grep -e "[0-9]Enum" -e "[a-zA-Z]Enum" | grep -v StringToEnum | sed -e "s/,//g" | awk '{ printf "%s %s\n", NR, $0 }' > temp
    4039#Build header of EnumToString.cpp {{{1
    4140cat <<END > EnumToString.cpp
Note: See TracChangeset for help on using the changeset viewer.