[PATCH] check for ctags utility in make_ctags

From: Nikolay Shaplov <dhyan(at)nataraj(dot)su>
To: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: [PATCH] check for ctags utility in make_ctags
Date: 2018-12-31 16:04:08
Message-ID: 2394207.ccz7JgCJsh@x200m
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
check-for-ctags-in-make_ctags.diff text/x-patch 387 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nikolay Shaplov 2018-12-31 16:19:39 Re: [PATCH] check for ctags utility in make_ctags
Previous Message Andres Freund 2018-12-31 15:55:57 Re: Unified logging system for command-line programs