Skip to content

Commit

Permalink
Fix VPATH-based generation of non-hg-mq based patchlists.
Browse files Browse the repository at this point in the history
Note: Makefile.am runs patchlist.sh with $(srcdir)/PATCHES provided on stdin.
  • Loading branch information
mandree committed Dec 21, 2012
1 parent f3b2b5d commit 9da09be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patchlist.sh
@@ -1,7 +1,7 @@
#!/bin/sh --

list_patches_PATCHES () {
cat PATCHES
cat -
}

list_patches_mq () {
Expand Down

0 comments on commit 9da09be

Please sign in to comment.