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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- texlive-20100722-source/texk/kpathsea/progname.c
0
++ texlive-20100722-source/texk/kpathsea/progname.c
Lines 396-402 Link Here
396
  if (!self)
396
  if (!self)
397
    self = concat3 (".", DIR_SEP_STRING, argv0);
397
    self = concat3 (".", DIR_SEP_STRING, argv0);
398
398
399
  ret = xdirname (remove_dots (kpse, expand_symlinks (kpse, self)));
399
  if (kpathsea_absolute_p (kpse, self, true)) {
400
     ret = xdirname (remove_dots (kpse, self));
401
  } else {
402
     ret = xdirname (remove_dots (kpse, expand_symlinks (kpse, self)));
403
  }
400
404
401
  free (self);
405
  free (self);
402
406

Return to bug 347295