diff options
Diffstat (limited to 'src/uniq.c')
| -rw-r--r-- | src/uniq.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/uniq.c b/src/uniq.c index f8948e26a..5af52710c 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -50,9 +50,6 @@ } \ while (0) -/* The name this program was run with. */ -char const *program_name; - /* True if the LC_COLLATE locale is hard. */ static bool hard_LC_COLLATE; @@ -418,7 +415,7 @@ main (int argc, char **argv) file[0] = file[1] = "-"; initialize_main (&argc, &argv); - program_name = argv[0]; + set_program_name (argv[0]); setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); |
