summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-01-08 13:29:13 -0500
committerMichael Orlitzky <mjo@gentoo.org>2016-01-08 13:29:13 -0500
commitb82579ced667244764c67d9fbe622695c3e9fe61 (patch)
treef4131a45ba5d58988361585c536605a924d9be3e
parentUpdate copyright year. (diff)
downloadeselect-php-b82579ce.tar.gz
eselect-php-b82579ce.tar.bz2
eselect-php-b82579ce.zip
Remove unnecessary quoting.
-rw-r--r--src/php.eselect.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/php.eselect.in b/src/php.eselect.in
index 9f5ee1a..2e9ec8d 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in
@@ -422,19 +422,19 @@ set_apache2() {
}
set_cli() {
- set_sapi "cli" "${1}"
+ set_sapi cli "${1}"
}
set_cgi() {
- set_sapi "cgi" "${1}"
+ set_sapi cgi "${1}"
}
set_phpdbg() {
- set_sapi "dbg" "${1}"
+ set_sapi dbg "${1}"
}
set_fpm() {
- set_sapi "fpm" "${1}"
+ set_sapi fpm "${1}"
echo "Please restart php-fpm for the changes to take effect."
}