X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=blobdiff_plain;f=pctb%2Fdictionary-manager;h=2c91a2a372be1a9cac3b5e5482b59bdfad8e51bd;hp=19e067c93ba188a21222cb8411845ce19ef13b14;hb=ee971cd7fca39b33cd47a8ee5614e3189673d509;hpb=a08a94640f4f0c02c536f337630dd234e917121f diff --git a/pctb/dictionary-manager b/pctb/dictionary-manager index 19e067c..2c91a2a 100755 --- a/pctb/dictionary-manager +++ b/pctb/dictionary-manager @@ -95,7 +95,7 @@ proc bgerror {m} { } proc execpnm_createphoto {photoname args} { - set tmpfile ./#dictimage#.tmp + set tmpfile ./_dictimage.tmp eval exec $args > $tmpfile image create photo $photoname -file $tmpfile file delete $tmpfile @@ -257,7 +257,7 @@ proc write_database {} { proc select_database {dbname_spec} { global dbname set dbname $dbname_spec - read_database "./#local-$dbname#.txt" + read_database "./_local-$dbname.txt" } proc do_database_update {im def} {