Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/lib/texmf/web2c/mktexdir.opt

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/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

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.