Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
d637b996
Commit
d637b996
authored
Mar 22, 2010
by
Roland Levillain
Browse files
bootstrap: Make a more portable use of mktemp.
parent
084fcc94
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
d637b996
2010-03-22 Roland Levillain <roland@lrde.epita.fr>
* bootstrap: Make a more portable use of mktemp.
2010-03-22 Roland Levillain <roland@lrde.epita.fr>
* bootstrap: Regen milena/doc/figures.mk.
...
...
bootstrap
View file @
d637b996
...
...
@@ -133,7 +133,7 @@ require convert 6.3.7
# Check for TeX4ht. htlatex and friends do not have options like
# `--version', `-version', `-v', etc. Hence this ad hoc procedure.
tempdir
=
`
mktemp
-d
`
tempdir
=
`
mktemp
-d
/tmp/temp.XXXXXX
`
# Set up automatic cleanup.
cleanup
()
{
rm
-rf
"
$tempdir
"
;
exit
;
}
trap
cleanup 0 1 2 3 6 15
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment