1
1

Arrgh! I *swear* it worked before I committed -- really!

(fix silly typo)

This commit was SVN r994.
Этот коммит содержится в:
Jeff Squyres 2004-03-27 16:14:12 +00:00
родитель af828278b4
Коммит ebb13bc42f

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

@ -34,7 +34,7 @@ else
if test "$LAM_SVN_VERSION" = "1"; then
LAM_VERSION="${LAM_VERSION}svn"
if test "`expr $LAM_SVN_VERSION \> 0`" = "1"; then
elif test "`expr $LAM_SVN_VERSION \> 0`" = "1"; then
if test -d .svn; then
ver="r`svn info . | grep Revision | cut -d\ -f 2`"
else