Subversion Repositories wimsdev

Rev

Rev 549 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 549 Rev 583
Line 6... Line 6...
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 echo "$oeftest" | grep dialog >/dev/null && typ=dialog; fi
-
 
11
if [ -z "$typ" ]; then echo "$oeftest" | grep scenario >/dev/null && typ=scenario; fi
11
if [ -z "$typ" ]; then exit; fi
12
if [ -z "$typ" ]; then exit; fi
12
 
13
 
13
lastdir=$thisdir
14
lastdir=$thisdir
14
wims_home=$w_wims_home
15
wims_home=$w_wims_home
15
 
16