Overview
| Comment: | Fixes [1274079] xmtt fails if filenames have spaces |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
2b36bd1b0a17134e63f0f9e13207bb3e |
| User & Date: | geraint@users.sourceforge.net on 2005-08-26 14:43:49.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2005-09-07
| ||
| 17:04:12 | Fixes chi for cse representation. check-in: 5e9807a4da user: geraint@users.sourceforge.net tags: origin/master, trunk | |
|
2005-08-26
| ||
| 14:43:49 | Fixes [1274079] xmtt fails if filenames have spaces check-in: 2b36bd1b0a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 10:11:09 |
Fixes [ 1233815 ] xmtt doesn't start on Fedora Core 3
When creating the options menu items, only read lines that start with '-' check-in: 939f70caee user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_make_menu
from [bbf037ecfa]
to [2bfaf2eae8].
| ︙ | ︙ | |||
69 70 71 72 73 74 75 | # System choice menu .sys.sys EOF for sys in $systems; do | | | 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
# System choice
menu .sys.sys
EOF
for sys in $systems; do
echo .sys.sys add radio -label "{$sys}" -command {set system "{$sys}"}
done
# Create the options menu
mtt | gawk '{
if (Options) {
option=substr($1,2);
label="";
|
| ︙ | ︙ |