1
0
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:
Gilles LAMIRAL 2018-09-28 13:38:01 +02:00 committed by GitHub
parent e2daa4f91f
commit 166e03b37f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}