pkgsrc/editors/nvi-m17n/files/nvi-m17n
1999-08-02 05:11:56 +00:00

9 lines
328 B
Bash
Executable file

#! /bin/sh
EXINIT0="set ${CANNA_OPT} autodetect=${AUTODETECT} fileencoding=${ENCODING} displayencoding=${ENCODING} inputencoding=${ENCODING} noskipdisplay"
if [ -f ~/.exrc ]; then
EXINIT="$EXINIT0 `sed -e '/^set /!d' -e 's/^set //' < ~/.exrc | tr '\012' ' '`"
else
EXINIT=$EXINIT0
fi
export EXINIT
exec ${PREFIX}/bin/nvi "$@"