Edit

thodg/libiconv/djgpp/translit-check.sed

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2006-04-05 11:15:11
    Hash : fd4a07de
    Message : Update from Juan Manuel Guerrero.

  • djgpp/translit-check.sed
  • # Sed script for tests/translit-check editing.
    
    /\.\./ i\
    # For systems with severe filename restrictions allow for\
    # an alternate filename.\
    UNAME=${UNAME-`uname 2>/dev/null`}\
    case X$UNAME in\
      *-DOS) file=`echo "$file" | sed "s|TranslitFail1|_Translit/Fail1|; \\\
                                       s|Translit1|_Translit/1|"`;;\
      *)     file="$file" ;;\
    esac