summaryrefslogtreecommitdiff
path: root/src/true.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/true.c')
-rw-r--r--src/true.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/true.c b/src/true.c
index ae6990a3f..75e53bcf5 100644
--- a/src/true.c
+++ b/src/true.c
@@ -32,9 +32,6 @@
#define AUTHORS proper_name ("Jim Meyering")
-/* The name this program was run with. */
-char const *program_name;
-
void
usage (int status)
{
@@ -58,7 +55,7 @@ int
main (int argc, char **argv)
{
initialize_main (&argc, &argv);
- program_name = argv[0];
+ set_program_name (argv[0]);
setlocale (LC_ALL, "");
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);