Differences From Artifact [91c3b4a28b]:
- Executable file mttroot/mtt/lib/rep/sfun_rep.sh — part of check-in [5cb35287c8] at 2002-05-28 22:52:48 on branch origin/master — Starting to move rep into single file. (user: geraint@users.sourceforge.net, size: 29135) [annotate] [blame] [check-ins using] [more...]
To Artifact [34bb9e01a2]:
- Executable file mttroot/mtt/lib/rep/sfun_rep.sh — part of check-in [5ab08d6d57] at 2002-06-10 19:25:00 on branch origin/master — Replaced dummy check for valid input with a less broken dummy function. (user: geraint@users.sourceforge.net, size: 29073) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
29 30 31 32 33 34 35 |
esac
echo "#Error: " $message
exit errno;
}
check_for_valid_input ()
{
| | < < < | 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
esac
echo "#Error: " $message
exit errno;
}
check_for_valid_input ()
{
return 0;
}
#
# file templates
#
# template_README compilation instructions
|
| ︙ | ︙ |