On Thu, 2014-10-02 at 15:14 -0400, Konrad Scherer wrote:
> From: Konrad Scherer
>
> The Makedoc.sh script uses the following line to set TMPDIR
>
> export TMPDIR=`mktemp -d ${TMPDIR:-/tmp}/ldt.XX`;
>
> and then later in the script:
>
> chmod u+x $TMPDIR/linuxdoc
>
> Since TMPDIR is no
From: Konrad Scherer
The Makedoc.sh script uses the following line to set TMPDIR
export TMPDIR=`mktemp -d ${TMPDIR:-/tmp}/ldt.XX`;
and then later in the script:
chmod u+x $TMPDIR/linuxdoc
Since TMPDIR is not set the script will default to /tmp and if /tmp
is set to noexec (which is be