app-eselect/eselect-php: Revbump to remove set call in files/php-fpm-launcher-r2
authorBrian Evans <grknight@gentoo.org>
Tue, 1 Aug 2017 18:27:14 +0000 (14:27 -0400)
committerBrian Evans <grknight@gentoo.org>
Tue, 1 Aug 2017 18:27:14 +0000 (14:27 -0400)
The "set -o errexit" and "set -e" cause $(get_libdir) to fail.
Apparently, gentoo-functions does not work properly if this is set.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

app-eselect/eselect-php/eselect-php-0.9.4-r2.ebuild [moved from app-eselect/eselect-php/eselect-php-0.9.4-r1.ebuild with 100% similarity]
app-eselect/eselect-php/files/php-fpm-launcher-r2

index db07a1352d8c12adfe7f70e7543e99a4475f8357..3a6b2720fa67c082d14cc122e68697120ae53438 100644 (file)
@@ -1,7 +1,5 @@
 #!/bin/sh
 
-set -o errexit
-
 . /lib/gentoo/functions.sh
 
 # If there are no arguments, then "shift" will fail (bug 626496).