<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:11pt; color:black">
<span style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:11pt; color:black">Where exactly is tmp? As I read your file is should be a subdirectory. Does it exist?
<br>
<br>
Would <br>
<br>
chmod u+X script.sh && ./script.sh <br>
<br>
Be better, then script is not attempted if chmod fails. <br>
<br>
<span style="color:black">-----Original Message----- <br>
<b>From:</b> jfbu [jfbu@free.fr]<br>
<b>Received:</b> lørdag, 04 okt. 2014, 23:12<br>
<b>To:</b> Josef Kleber [josef.kleber@gmx.de]<br>
<b>CC:</b> tex-live@tug.org [tex-live@tug.org]<br>
<b>Subject:</b> Re: [tex-live] an issue with running dvipdfmx from a makefile<br>
<br>
</span></span></div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText"><br>
Le 4 oct. 2014 à 23:05, jfbu <jfbu@free.fr> a écrit :<br>
<br>
> TMPDIR = tmp<br>
> <br>
> test:<br>
>        chmod u+x script.sh; ./script.sh<br>
<br>
I picked up the word TMPDIR by sheer bad luck, if I <br>
choose anything else like<br>
<br>
# contents of makefile<br>
ATMPDIR = tmp<br>
<br>
test:<br>
        chmod u+x script.sh; ./script.sh<br>
# end of contents<br>
<br>
there is no issue.<br>
<br>
(here $(ATMPDIR) is never used, but it was needed in the big Makefile)<br>
<br>
Obviously there is something important with TMPDIR and I did not have<br>
the right to use it.<br>
<br>
I am sorry about the fuss.<br>
<br>
Best regards<br>
<br>
Jean-Francois<br>
<br>
<br>
</div>
</span></font>
</body>
</html>