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,v 1.11 2013/03/13 20:24:27 vojta Exp $
7
8# Set append-only bit on created directories.
9case "$MT_FEATURES" in
10  *appendonlydir*) MT_APPEND_MASK=+t;;
11esac
12