]> Dogcows Code - chaz/tar/blobdiff - src/names.c
Fix unquoting of input file names.
[chaz/tar] / src / names.c
index eecb9b075b21bd0996ae31a0ccce768b87e53a67..fc9841e25410d45f9ff3c3871ab676863af39d09 100644 (file)
@@ -492,6 +492,8 @@ read_next_name (struct name_elt *ent, struct name_elt *ret)
          ent->v.file.term = 0;
          /* fall through */
        case file_list_success:
+         if (unquote_option)
+           unquote_string (name_buffer);
          if (handle_option (name_buffer) == 0)
            {
              name_list_adjust ();
This page took 0.017273 seconds and 4 git commands to generate.