mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
Removed double-quotes around several modules names
This commit is contained in:
parent
e2daa4f91f
commit
166e03b37f
@ -128,7 +128,7 @@ search_modules_any() {
|
|||||||
search_modules_cpanm() {
|
search_modules_cpanm() {
|
||||||
cat <<EOD
|
cat <<EOD
|
||||||
Here is a cpanm command to install missing Perl modules:
|
Here is a cpanm command to install missing Perl modules:
|
||||||
cpanm "$@"
|
cpanm $@
|
||||||
EOD
|
EOD
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user