summaryrefslogtreecommitdiff
path: root/src/unlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unlink.c')
-rw-r--r--src/unlink.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/unlink.c b/src/unlink.c
index 0ef24480e..36595c8dc 100644
--- a/src/unlink.c
+++ b/src/unlink.c
@@ -35,9 +35,6 @@
#define AUTHORS proper_name ("Michael Stone")
-/* Name this program was run with. */
-char const *program_name;
-
void
usage (int status)
{
@@ -62,7 +59,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);