mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 16:53:17 +00:00
Use 'mktemp' instead of 'tempfile'.
'tempfile' looks like a Debian-specific tool
This commit is contained in:
parent
15d52bcc59
commit
a5f155732c
@ -33,7 +33,7 @@ then
|
||||
set -- `cat $BASEDIR/$SRCDOMAIN/LINGUAS`
|
||||
fi
|
||||
|
||||
tmp=`tempfile`
|
||||
tmp=`mktemp`
|
||||
for LANG in "$@"
|
||||
do
|
||||
# merge the 2 files
|
||||
|
Loading…
x
Reference in New Issue
Block a user