diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass index 2270bbe30cff9..47e2c6342e06c 100644 --- a/eclass/cdrom.eclass +++ b/eclass/cdrom.eclass @@ -281,7 +281,7 @@ _cdrom_glob_match() { shopt -s extglob nocaseglob nullglob || die # The first person to make this work without an eval wins a # cookie. It breaks without it when spaces are present. - eval "ARRAY=( ${p} )" + eval "ARRAY=( ${p%\?()} )" echo ${ARRAY[0]} ) }