зеркало из https://github.com/mozilla/gecko-dev.git
Typo from bug 252941, patch by ajschult, r+a=me
This commit is contained in:
Родитель
708eab16dc
Коммит
02debee4e5
|
@ -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); }; \
|
||||
|
|
Загрузка…
Ссылка в новой задаче