mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-10 06:34:37 +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() {
|
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…
Add table
Add a link
Reference in a new issue