Fix checkout for FreeBSD. Thanks to Pascal Hofstee (daeron@shadowmere.student.utwente.nl) for the fix. bug 33568.. a=leaf,waterson.

This commit is contained in:
slamm%netscape.com 2000-05-22 17:02:23 +00:00
Родитель cc9a75cd14
Коммит 9520cf8ee6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -258,7 +258,7 @@ real_checkout:
: If it fails, touch an error file because "tee" hides the error.
@failed=.cvs-failed.tmp; rm -f $$failed*; \
cvs_co='echo $$cmd ; \
(eval "$$cmd" || touch $$failed) 2>&1 | tee -a $(CVSCO_LOGFILE) && \
($$cmd || touch $$failed) 2>&1 | tee -a $(CVSCO_LOGFILE) && \
if test -f $$failed; then false; else true; fi;'; \
cmd='$(CVSCO_NSPR)' && eval $$cvs_co && \
cmd='$(CVSCO_PSM)' && eval $$cvs_co && \