Use 'mktemp' instead of 'tempfile'.
'tempfile' looks like a Debian-specific tool
This commit is contained in:
parent
15d52bcc59
commit
a5f155732c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ then
|
|||
set -- `cat $BASEDIR/$SRCDOMAIN/LINGUAS`
|
||||
fi
|
||||
|
||||
tmp=`tempfile`
|
||||
tmp=`mktemp`
|
||||
for LANG in "$@"
|
||||
do
|
||||
# merge the 2 files
|
||||
|
|
Loading…
Add table
Reference in a new issue