]> granicus.if.org Git - neomutt/commitdiff
Fix VPATH-based generation of non-hg-mq based patchlists.
authorMatthias Andree <matthias.andree@gmx.de>
Fri, 21 Dec 2012 10:17:41 +0000 (11:17 +0100)
committerMatthias Andree <matthias.andree@gmx.de>
Fri, 21 Dec 2012 10:17:41 +0000 (11:17 +0100)
Note: Makefile.am runs patchlist.sh with $(srcdir)/PATCHES provided on stdin.

patchlist.sh

index fedba9b0a0f635f8954418d627ec0025ba38a9ba..2914b879c3f7b5dbea0aa703402fb5cd9b44edf8 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh --
 
 list_patches_PATCHES () {
-       cat PATCHES
+       cat -
 }
 
 list_patches_mq () {