]> git.pld-linux.org Git - packages/yelp-tools.git/blame - yelp-tools-sh.patch
- updated to 3.38.0
[packages/yelp-tools.git] / yelp-tools-sh.patch
CommitLineData
94b9e8cc
JB
1Avoid using last positional arguments in YELP_HELP_INIT without parameters.
2--- yelp-tools-3.12.0/tools/yelp.m4.orig 2014-02-02 20:28:10.000000000 +0100
3+++ yelp-tools-3.12.0/tools/yelp.m4 2014-03-27 02:59:41.241812513 +0100
4@@ -8,12 +8,13 @@
5 YELP_LC_MEDIA_LINKS=true
6 YELP_LC_DIST=true
7
8-for yelpopt in [$1]; do
9+for yelpopt in [$1] END; do
10 case $yelpopt in
11 lc-media-links) YELP_LC_MEDIA_LINKS=true ;;
12 no-lc-media-links) YELP_LC_MEDIA_LINKS= ;;
13 lc-dist) YELP_LC_DIST=true ;;
14 no-lc-dist) YELP_LC_DIST= ;;
15+ END) ;;
16 *) AC_MSG_ERROR([Unrecognized [YELP_HELP_INIT] option $yelpopt"]) ;;
17 esac
18 done;
This page took 0.112526 seconds and 4 git commands to generate.