Skip to content
  • Ken Shan's avatar
    [project @ 2001-09-23 20:45:24 by ken] · 9d3bc150
    Ken Shan authored
    Fix the "find" commands we use to build a source distribution.
    Previously, it said things like "-exec path/{}", which doesn't work
    on many find's ({} really should only appear by itself in an argument).
    Now we pipe the output of find -print to sed and then to sh.  I hope
    the piping to sh doesn't break source distribution creation on Win32.
    
    MERGE TO STABLE
    9d3bc150