Subversion Repositories wimsdev

Rev

Rev 7 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 549
Line 5... Line 5...
5
typ=$1
5
typ=$1
6
oeftest=`grep '^category=' INDEX 2>/dev/null`
6
oeftest=`grep '^category=' INDEX 2>/dev/null`
7
if [ -z "$typ" ]; then echo "$oeftest" | grep oef >/dev/null && typ=oef; fi
7
if [ -z "$typ" ]; then echo "$oeftest" | grep oef >/dev/null && typ=oef; fi
8
if [ -z "$typ" ]; then echo "$oeftest" | grep deductio >/dev/null && typ=deduc; fi
8
if [ -z "$typ" ]; then echo "$oeftest" | grep deductio >/dev/null && typ=deduc; fi
9
if [ -z "$typ" ]; then echo "$oeftest" | grep document >/dev/null && typ=docu; fi
9
if [ -z "$typ" ]; then echo "$oeftest" | grep document >/dev/null && typ=docu; fi
-
 
10
if [ -z "$typ" ]; then echo "$oeftest" | grep dialog >/dev/null && typ=dialog; fi
10
if [ -z "$typ" ]; then exit; fi
11
if [ -z "$typ" ]; then exit; fi
11
 
12
 
12
lastdir=$thisdir
13
lastdir=$thisdir
13
wims_home=$w_wims_home
14
wims_home=$w_wims_home
14
 
15