Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 37132 | Differences between
and this patch

Collapse All | Expand All

(-)src/tar.c.orig (+4 lines)
Lines 1244-1249 Link Here
1244
	}
1244
	}
1245
    }
1245
    }
1246
1246
1247
  /* Hardcode absolute_names_option to enabled, to avoid getting bitten
1248
     by a buggy check that removes too much when ./ is in the path */
1249
  absolute_names_option = true;
1250
1247
  /* Handle operands after any "--" argument.  */
1251
  /* Handle operands after any "--" argument.  */
1248
  for (; optind < argc; optind++)
1252
  for (; optind < argc; optind++)
1249
    {
1253
    {

Return to bug 37132