• David Dykstra's avatar
    Change sanitize_path() to not use clean_fname() because it removes the · b5f9e67d
    David Dykstra authored
    trailing slash.  This caused a problem when using "use chroot" and sources
    that contained a trailing slash (which prevents the last filename component
    of the source from being included in the destination).  Instead, have
    sanitize_path() remove "." components and duplicated slashes ("//") itself.
    b5f9e67d
util.c 16.5 KB