File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libiconv / djgpp / translit-check.sed
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:57:48 2012 UTC (12 years, 4 months ago) by misho
Branches: libiconv, MAIN
CVS tags: v1_14p0, v1_14, v1_13_1, HEAD
libiconv

# 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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>