You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
365 B
11 lines
365 B
# 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
|
|
|