[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tim-4] Use basename (program_name) in messages
From: |
Akim Demaille |
Subject: |
Re: [tim-4] Use basename (program_name) in messages |
Date: |
07 Jan 2002 10:40:11 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) |
| I think this requires adding basename.c to lib/ for
| systems that don't have it.
it does, see my previous reply.
Your patch goes against the unspoken standards. Bison is correct to
expand its full path if the invocation was qualified.
src/fileutils-4.1.1/src % /bin/mv --help |& sed 3q nostromo 10:39
Usage: /bin/mv [OPTION]... SOURCE DESTINATION
ou: /bin/mv [OPTION]... SOURCE... RÉPERTOIRE
ou: /bin/mv -d [OPTION]... --target-directory=RÉPERTOIRE_SOURCE...
src/fileutils-4.1.1/src % /bin/mv nostromo 10:39
/bin/mv: Le paramètre FICHIER est manquant.
Pour en savoir davantage, faites: `/bin/mv --help'.