From a5f155732cbb018a147f55b1038fea7f154cb182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Timbert?= Date: Sat, 22 Sep 2007 15:28:12 +0000 Subject: [PATCH] Use 'mktemp' instead of 'tempfile'. 'tempfile' looks like a Debian-specific tool --- utils/po2po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/po2po b/utils/po2po index 4d25f4c2cd5..0ec61f43697 100755 --- a/utils/po2po +++ b/utils/po2po @@ -33,7 +33,7 @@ then set -- `cat $BASEDIR/$SRCDOMAIN/LINGUAS` fi -tmp=`tempfile` +tmp=`mktemp` for LANG in "$@" do # merge the 2 files