Skip to content

Commit

Permalink
app-eselect/eselect-php: Revbump to remove set call in files/php-fpm-…
Browse files Browse the repository at this point in the history
…launcher-r2

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
  • Loading branch information
Brian Evans committed Aug 1, 2017
1 parent f581c9e commit 1de18f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app-eselect/eselect-php/files/php-fpm-launcher-r2
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh

set -o errexit

. /lib/gentoo/functions.sh

# If there are no arguments, then "shift" will fail (bug 626496).
Expand Down

0 comments on commit 1de18f7

Please sign in to comment.