source: trunk/third/libiconv/djgpp/stateful-check.sed @ 20454

Revision 20454, 353 bytes checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20453, which included commits to RCS files with non-trunk default branches.
Line 
1# Sed script for tests/stateful-check editing.
2
3/set -e/ a\
4# For systems with severe filename restrictions allow for\
5# an alternate filename.\
6UNAME=${UNAME-`uname 2>/dev/null`}\
7case X$UNAME in\
8  *-DOS) filename=`echo "$charset" | sed "s|ISO-|ISO/|;s|2022-|2022|"` ;;\
9  *)     filename="$charset" ;;\
10esac
11s/\$charset"-snippet/$filename"-snippet/g
Note: See TracBrowser for help on using the repository browser.