Note: Makefile.am runs patchlist.sh with $(srcdir)/PATCHES provided on stdin.


 patchlist.sh |  2 +-
 1 Dateien verändert, 1 Zeilen hinzugefügt(+), 1 Zeilen entfernt(-)


# HG changeset patch
# User Matthias Andree <matthias.and...@gmx.de>
# Date 1356085061 -3600
# Branch HEAD
# Node ID bfc1896a6dfec0becf0ac79c4406bc8a225dd419
# Parent  c460d4fd06e35879ffcfcce507562db5c750588a
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
--- a/patchlist.sh
+++ b/patchlist.sh
@@ -1,7 +1,7 @@
 #!/bin/sh --
 
 list_patches_PATCHES () {
-	cat PATCHES
+	cat -
 }
 
 list_patches_mq () {

Reply via email to