From: Matthias Andree Date: Fri, 21 Dec 2012 10:17:41 +0000 (+0100) Subject: Fix VPATH-based generation of non-hg-mq based patchlists. X-Git-Tag: neomutt-20160307~208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc677e0ab5374d4284e4c201cf038714d5507422;p=neomutt Fix VPATH-based generation of non-hg-mq based patchlists. Note: Makefile.am runs patchlist.sh with $(srcdir)/PATCHES provided on stdin. --- diff --git a/patchlist.sh b/patchlist.sh index fedba9b0a..2914b879c 100755 --- a/patchlist.sh +++ b/patchlist.sh @@ -1,7 +1,7 @@ #!/bin/sh -- list_patches_PATCHES () { - cat PATCHES + cat - } list_patches_mq () {