1
1
This commit was SVN r1734.
Этот коммит содержится в:
Jeff Squyres 2004-07-15 11:59:27 +00:00
родитель 0be361cee0
Коммит 215451f67e

Просмотреть файл

@ -34,7 +34,7 @@ start_time="`date`"
# Sanity checks
if test -z "$scratch_root" -o -z "$email" -o -z "$svnroot" \
-o -z "$destdir"; then
echo "Must specify scratch root directory, e-mail address, and SVN root"
echo "Must specify scratch root directory, e-mail address, SVN root, and destination directory"
exit 1
fi