Typo from bug 252941, patch by ajschult, r+a=me

This commit is contained in:
bsmedberg%covad.net 2004-09-05 19:39:02 +00:00
Родитель 708eab16dc
Коммит 02debee4e5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -661,7 +661,7 @@ endif
# Start the update. Split the output to the tty and a log file.
real_fast-update:
@set -e;
@set -e; \
fast_update() { set -e; config/cvsco-fast-update.pl $$@ 2>&1 | tee -a $(CVSCO_LOGFILE); }; \
cvs_co() { set -e; echo "$$@" ; \
"$$@" 2>&1 | tee -a $(CVSCO_LOGFILE); }; \