Overview
Comment:typo.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: b876b6cd3038c851164573d99d05aff55d1abcd7a006d552bd4ecfcda8332fe4
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: 89ec89c925 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:45:09
typo. check-in: b876b6cd30 user: geraint@users.sourceforge.net tags: origin/master, trunk
2005-02-17
22:15:35
Added missing quotes to conditional expression. check-in: afaf42444a 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 ]