dvitomp fix from Akira
[mplib] / src / texk / kpathsea / mktexdir.opt
1 # mktexdir.opt to determine various manipulations of the filenames.
2 # Sourced from mktexdir.
3
4 # te@dbs.uni-hannover.de and kb@mail.tug.org. Public domain.
5 # $Id: mktexdir.opt,v 1.4 2002/10/22 18:33:54 olaf Exp $
6
7 # Set append-only bit on created directories.
8 case "$MT_FEATURES" in
9   *appendonlydir*) MT_APPEND_MASK=+t;;
10 esac