]> git.pld-linux.org Git - packages/yelp-tools.git/blob - yelp-tools-sh.patch
Update to 3.18.0
[packages/yelp-tools.git] / yelp-tools-sh.patch
1 Avoid 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.462439 seconds and 3 git commands to generate.