Overview
| Comment: | typo. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
b876b6cd3038c851164573d99d05aff5 |
| 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
Modified mttroot/mtt/bin/trans/ibg2abg_m
from [32d431a21d]
to [9b7bce455b].
| ︙ | |||
56 57 58 59 60 61 62 | 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
|
| ︙ |