summaryrefslogtreecommitdiff
path: root/jni/iconv/djgpp/translit-check.sed
blob: 8c7e35b426801619e308126ca26f901ca4e966db (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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