Differences From Artifact [d91272c757]:
- Executable file build/test/test — part of check-in [d2d3f8fdbd] at 2011-11-15 03:31:36 on branch trunk — Removed extraneous override (user: rkeene, size: 14716) [annotate] [blame] [check-ins using]
To Artifact [f6d50d3491]:
- Executable file build/test/test — part of check-in [d55decc7d7] at 2011-11-16 17:49:33 on branch trunk — Moved 8.5.x series bulid to 8.5.11 (user: rkeene, size: 14716) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
VERSIONS="8.4.19 8.5.10 cvs_HEAD"
# Find the base directory
for x in 1 2 3 4 __fail__; do
if [ "${x}" = "__fail__" ]; then
echo 'Unable to find KitCreator, aborting.' >&2
exit 1
|
| |
1 2 3 4 5 6 7 8 9 10 |
#! /bin/bash
VERSIONS="8.4.19 8.5.11 cvs_HEAD"
# Find the base directory
for x in 1 2 3 4 __fail__; do
if [ "${x}" = "__fail__" ]; then
echo 'Unable to find KitCreator, aborting.' >&2
exit 1
|