Use 'mktemp' instead of 'tempfile'.

'tempfile' looks like a Debian-specific tool
This commit is contained in:
Benoît Timbert 2007-09-22 15:28:12 +00:00
parent 15d52bcc59
commit a5f155732c

View file

@ -33,7 +33,7 @@ then
set -- `cat $BASEDIR/$SRCDOMAIN/LINGUAS`
fi
tmp=`tempfile`
tmp=`mktemp`
for LANG in "$@"
do
# merge the 2 files