From d184c0f32eba2eec3a8d28ae71be79aa635db147 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 2 Sep 2012 15:56:46 -0700 Subject: Quote ${EAPI} more. This will avoid a potential syntax error in save-ebuild-env.sh if a saved environment containing corrupt EAPI is sourced. --- bin/phase-helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/phase-helpers.sh') diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh index 46f713211..0587991f9 100644 --- a/bin/phase-helpers.sh +++ b/bin/phase-helpers.sh @@ -174,7 +174,7 @@ usev() { return 1 } -case ${EAPI} in +case "${EAPI}" in 0|1|2|3|4|4-python|4-slot-abi) ;; *) usex() { -- cgit v1.2.3-1-g7c22