]> mop.ddnsfree.com - git repositories - brisk.git/commit
INSTALL.sh: the -a option had no effect at all
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 13 Sep 2026 10:35:51 +0000 (12:35 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 13 Sep 2026 10:36:07 +0000 (12:36 +0200)
commit2cdaf22ec068dcca22658737595c15dd65eac0bf
tree9d06a98fcdc61ea0ec3fd210c1637a173370ae99
parent6464e1b69ee96be71d9252cc1129644b6ec8e923
INSTALL.sh: the -a option had no effect at all

The sed looked for the BRISK_AUTH_CONF define in Obj/auth.phh, where it has
never been: it lives in Obj/dbase_file.phh. sed did not find the file, wrote
the error in the middle of the other installation lines, and the installation
carried on, so -a was ignored without anybody noticing.

The define is now looked for where it actually is, and if it is not found the
installation says so instead of keeping quiet.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014M1jiEq9cHdE5SE5j6vFuE
INSTALL.sh