Edit

thodg/libiconv/djgpp/translit-check.sed

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2004-09-21 12:37:11
    Hash : 1c2e624f
    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|"` ;;\
      *)     file="$file" ;;\
    esac