Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 23 Jul 2012 03:28:15 +0200
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: john.bash_completion: improve comments

On 2012-07-12 15:25, Frank Dittrich wrote:
> Main reason for this change was to point out that
> $BASH_COMPLETION_DIR exists and might be set to some other directory
> than /etc/bash_completion.d/ (and to remind magnum to possibly adjust
> the bash-completion make target ;)

I can't use it in Makefile (it produces an empty string). Try this:
sed -ri 's#/etc/bash_completion.d#$(BASH_COMPLETION_DIR)#g' Makefile

It will end up copying the file to the root directory. I presume make
calls the shell as /bin/sh, leading to bash behaving differently.

magnum

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.