mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-29 18:59:39 +02:00
Merge branch 'master' into 32-overlay-implementation
This commit is contained in:
@@ -1723,7 +1723,11 @@ subcommand_search() {
|
||||
std::die 1 "%s %s: illegal value for --with option -- %s\n" \
|
||||
"${CMD}" 'search' "${arg}"
|
||||
fi
|
||||
with_modules+=" && / ${arg//\//\\/}/"
|
||||
arg=${arg//:/ }
|
||||
arg=${arg//,/ }
|
||||
for module in ${arg}; do
|
||||
with_modules+=" && / ${module//\//\\/}/"
|
||||
done
|
||||
;;
|
||||
-a | --all-releases )
|
||||
opt_use_releases="${PMODULES_DEFINED_RELEASES}"
|
||||
|
||||
Reference in New Issue
Block a user