Rev 1928 | Rev 7185 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1928 | Rev 7171 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | dicdir=bases/dic/$lang |
7 | dicdir=bases/dic/$lang |
8 | 8 | ||
9 | if [ ! -d $dicdir ]; then exit; fi |
9 | if [ ! -d $dicdir ]; then exit; fi |
10 | cd $dicdir |
10 | cd $dicdir |
11 | 11 | ||
12 | . .cnt.$lang |
12 | . ./.cnt.$lang |
13 | for i in $wims_exec_parm |
13 | for i in $wims_exec_parm |
14 | do |
14 | do |
15 | count=`eval echo '$cnt'$i` |
15 | count=`eval echo '$cnt'$i` |
16 | if [ ! -z "$count" ]; then |
16 | if [ ! -z "$count" ]; then |
17 | random=$(dd if=/dev/urandom count=1 2> /dev/null | cksum | cut -f1 -d" ") |
17 | random=$(dd if=/dev/urandom count=1 2> /dev/null | cksum | cut -f1 -d" ") |