Overview
Comment:typo.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 89c3da46854a34eefd87463247fd99ddff00b7c728e073acd1d4db530881cfb7
User & Date: geraint@users.sourceforge.net on 2005-02-18 14:45:09.000
Other Links: branch diff | manifest | tags
Context
2005-02-18
16:59:02
Don't check files when using -s check-in: 1d64bc4e6f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:45:09
typo. check-in: 89c3da4685 user: geraint@users.sourceforge.net tags: origin/master, trunk
2005-02-17
22:15:35
Added missing quotes to conditional expression. check-in: 4523befbb6 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes
56
57
58
59
60
61
62
63

64
65
66
67
68
69
70
56
57
58
59
60
61
62

63
64
65
66
67
68
69
70







-
+







      grep '^[\s]*[#|%]UNITS' < ${lbl_file} >/dev/null
  if [ $? = "0" ]; then 
    grep '^[\s]*[#|%]UNITS' < ${lbl_file} |\
    gawk '{
      printf("mtt_units.sh %s %s %s %s %s\n", sys, $2, $3, $4, $5)
    }' sys=${sys}  | sh | grep ERROR
    if [ $? = "0" ]; then
      echo "    " *MTT_ERRROR: domains and units are not OK - exiting
      echo "    " *MTT_ERROR: domains and units are not OK - exiting
      exit 1  
    else
      echo "    " domains and units are OK 
    fi
  else
    echo "  no domains or units declared"
  fi

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]