]> git.gag.com Git - debian/tar/commitdiff
simplify rmt dependencies
authorBdale Garbee <bdale@gag.com>
Wed, 10 Mar 2010 23:55:51 +0000 (16:55 -0700)
committerBdale Garbee <bdale@gag.com>
Wed, 10 Mar 2010 23:55:51 +0000 (16:55 -0700)
rmt/rmt.c

index a3897eb56f0fc06d91417d8d92ff373d4c44a60f..bd6f92c1ad321d6e894928b8dd51144a7062bb06 100644 (file)
--- a/rmt/rmt.c
+++ b/rmt/rmt.c
@@ -743,7 +743,7 @@ main (int argc, char **argv)
   int idx;
   int stop = 0;
   
-  set_program_name (argv[0]);
+  program_name = argv[0];
   argp_version_setup ("rmt", rmt_authors);
 
   if (isatty (STDOUT_FILENO))