new-words
diff new-words.sh @ 28:7db7bbf96fad
temporary files names
author | Igor Chubin <igor@chub.in> |
---|---|
date | Tue Jun 15 05:46:50 2010 +0300 (2010-06-15) |
parents | 0a80b2fa3ed8 |
children | c631833fa2be |
line diff
1.1 --- a/new-words.sh Fri May 21 19:53:24 2010 +0300 1.2 +++ b/new-words.sh Tue Jun 15 05:46:50 2010 +0300 1.3 @@ -41,9 +41,9 @@ 1.4 fi 1.5 1.6 WORK_DIR=~/.new-words/ 1.7 -TEMP1=`mktemp /tmp/new-words-XXXXXXXXXX-temp1` 1.8 -TEMP2=`mktemp /tmp/new-words-XXXXXXXXXX-temp2` 1.9 -export ORIGINAL_TEXT=`mktemp /tmp/new-words-XXXXXXXXXX-orig` 1.10 +TEMP1=`mktemp /tmp/new-words-temp1.XXXXXXXXXX` 1.11 +TEMP2=`mktemp /tmp/new-words-temp2.XXXXXXXXXX` 1.12 +export ORIGINAL_TEXT=`mktemp /tmp/new-words-orig.XXXXXXXXXX` 1.13 editor=${EDITOR:-vim} 1.14 1.15 # language detection