f762951 Add runtime dependency on ed

Authored and Committed by olysonek 3 years ago
1 file changed. 2 lines added. 0 lines removed.
    Add runtime dependency on ed
    
    Use of 'patch --ed' requires ed. For those unfamiliar with this
    functionality (like me), here is a reproducer:
    $ echo foo > a
    $ cp a b
    $ echo bar >> b
    $ diff --ed a b > patch
    $ patch --ed a patch
    patch: /usr/bin/ed subprocess failed: No such file or directory
    patch: **** /usr/bin/ed FAILED
    
    I ran into this issue when running 'quilt annotate'.
    
        
file modified
+2 -0