2006-02-19 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / binutils / sysdump.c
index 2b38b2f78b49d763833fc424c4cc818ad460635e..ec19472558fdde818352187d0b809143d499164f 100644 (file)
@@ -673,6 +673,8 @@ main (int ac, char **av)
   program_name = av[0];
   xmalloc_set_program_name (program_name);
 
+  expandargv (&ac, &av);
+
   while ((opt = getopt_long (ac, av, "HhVv", long_options, (int *) NULL)) != EOF)
     {
       switch (opt)
This page took 0.026511 seconds and 4 git commands to generate.