Re: [PATCH] check for ctags utility in make_ctags

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PATCH] check for ctags utility in make_ctags
Дата
Msg-id ff4c82f8-6235-be2f-5b24-bca3e54ee811@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [PATCH] check for ctags utility in make_ctags  (Nikolay Shaplov <dhyan@nataraj.su>)
Ответы Re: [PATCH] check for ctags utility in make_ctags  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 01/01/2019 17:44, Nikolay Shaplov wrote:
> +if [ ! $(command -v ctags) ]
> +then
> +  echo "'ctags' utility is not found" 1>&2
> +  echo "Please install 'ctags' to run make_ctags" 1>&2
> +  exit 1
> +fi

This assumes that the ctags and etags programs are part of packages of
the same name.  I don't think that is always the case.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


В списке pgsql-hackers по дате отправления:

Предыдущее
От: James Coleman
Дата:
Сообщение: Re: Using vim for developing porstres wiki article
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: chained transactions