Re: [PATCH] check for ctags utility in make_ctags

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Nikolay Shaplov <dhyan(at)nataraj(dot)su>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Michael Paquier <michael(at)paquier(dot)xyz>
Subject: Re: [PATCH] check for ctags utility in make_ctags
Date: 2019-01-02 14:03:19
Message-ID: ff4c82f8-6235-be2f-5b24-bca3e54ee811@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ron 2019-01-02 14:04:26 Re: Query planner / Analyse statistics bad estimate rows=1 with maximum statistics 10000 on PostgreSQL 10.2
Previous Message James Coleman 2019-01-02 13:59:13 Re: Using vim for developing porstres wiki article