summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/php.eselect.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php.eselect.in b/src/php.eselect.in
index a2266c5..d9c1555 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in
@@ -57,7 +57,7 @@ parse_target_major_version() {
local major="${target:3:1}"
case "${major}" in
5|7) echo "${major}" ;;
- *) die "invalid PHP target name: ${target}"
+ *) die "invalid PHP target name: ${target}" ;;
esac
}