beta-0.89.2
[luatex.git] / source / texk / kpathsea / mktexdir.opt
blob4d4345dcdf7d60bdf23193ecebf4567093fc211e
1 # mktexdir.opt to determine various manipulations of the filenames.
2 # Sourced from mktexdir.
3
4 # Originally written by Thomas Esser.
5 # Public domain.
6 # $Id: mktexdir.opt 16497 2009-12-24 18:38:47Z karl $
8 # Set append-only bit on created directories.
9 case "$MT_FEATURES" in
10   *appendonlydir*) MT_APPEND_MASK=+t;;
11 esac