]> git.pld-linux.org Git - packages/autogen.git/blob - autogen-sh.patch
- updated to 5.18.3
[packages/autogen.git] / autogen-sh.patch
1 --- autogen-5.18.3/autoopts/mk-tpl-config.sh.orig       2014-05-28 20:19:54.591978186 +0200
2 +++ autogen-5.18.3/autoopts/mk-tpl-config.sh    2014-05-28 20:03:53.698664880 +0200
3 @@ -200,9 +200,11 @@
4      cd ${builddir}
5      find_libguiledir "${LGCFLAGS}"
6  
7 +    set +e
8      list=`set +e ; exec 2>/dev/null
9          find ${libguiledir}/libguile* -type f | \
10              xargs grep -l -E '\<noreturn\>'`
11 +    set -e
12  
13      test -z "$list" && exit 0
14  
This page took 0.070169 seconds and 3 git commands to generate.