зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
cc9a75cd14
Коммит
9520cf8ee6
|
@ -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 && \
|
||||
|
|
Загрузка…
Ссылка в новой задаче