Mercurial > hg > octave-nkf
view kpathsea/mktexdir.opt @ 3716:08fe5f74c7d4
[project @ 2000-09-07 04:59:03 by jwe]
author | jwe |
---|---|
date | Thu, 07 Sep 2000 04:59:04 +0000 |
parents | 1f0b06020e36 |
children |
line wrap: on
line source
#!/bin/sh # mktexdir.opt to determine various manipulations of the filenames. # Sourced from mktexdir. # # te@informatik.uni-hannover.de and kb@mail.tug.org. Public domain. # $Id: mktexdir.opt,v 1.2 1997/11/30 12:29:46 olaf Exp $ # Set append-only bit on created directories. case "$MT_FEATURES" in *appendonlydir*) MT_APPEND_MASK=+t;; esac