From cc677e0ab5374d4284e4c201cf038714d5507422 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 21 Dec 2012 11:17:41 +0100 Subject: [PATCH] Fix VPATH-based generation of non-hg-mq based patchlists. Note: Makefile.am runs patchlist.sh with $(srcdir)/PATCHES provided on stdin. --- patchlist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {