[PATCH] check for ctags utility in make_ctags - Mailing list pgsql-hackers

From Nikolay Shaplov
Subject [PATCH] check for ctags utility in make_ctags
Date
Msg-id 2394207.ccz7JgCJsh@x200m
Whole thread Raw
Responses Re: [PATCH] check for ctags utility in make_ctags  (Nikolay Shaplov <dhyan@nataraj.su>)
List pgsql-hackers
Hi!

I'd like to propose a small patch for make_ctags script. It checks if ctags 
utility is intalled or not. If not it reports an error and advises to install 
ctags.

This will make life of a person that uses ctags first time in his life a bit 
easier.

I use command -v to detect if ctags command exists. It is POSIX standard and I 
hope it exist in all shells.
Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Unified logging system for command-line programs
Next
From: Nikolay Shaplov
Date:
Subject: Re: [PATCH] check for ctags utility in make_ctags