bibic

bibliothèques pour l'interpréteur de commande
git clone git://git.asteride.xyz/~ldp/bibic.git
Journaux | Fichiers | Références | LICENCE

commit d8fbe5c1b703217a63a4e3395a5414291bfc075c
parent fff810d00de737000eb553afd70a3aced4b6a4fe
Auteur: ldp <ldp@asteride.xyz>
Date:   Tue,  3 Dec 2024 12:53:02 -0500

changement du nom d’une variable d’environnement

Diffstat:
Mbibic.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bibic.c b/bibic.c @@ -85,9 +85,9 @@ main(int argc, char **argv) argv[1] = abs; } - /* BIBIC_SHELL a priorité sur SHELL. Si ni l'une ni l'autre n'existe, + /* BIBIC_IC a priorité sur SHELL. Si ni l'une ni l'autre n'existe, * l'interpréteur spécifié par le macro IC_DEF est assigné à sh */ - if ((var = getenv("BIBIC_SHELL")) != NULL || + if ((var = getenv("BIBIC_IC")) != NULL || (var = getenv("SHELL")) != NULL) sh = var; else