mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-09 22:24:33 +02:00
Removed double-quotes around several modules names
This commit is contained in:
parent
e2daa4f91f
commit
166e03b37f
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ search_modules_any() {
|
|||
search_modules_cpanm() {
|
||||
cat <<EOD
|
||||
Here is a cpanm command to install missing Perl modules:
|
||||
cpanm "$@"
|
||||
cpanm $@
|
||||
EOD
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue