1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-26 09:57:23 +03:00

B #3957: Quote SRC and DST to prevent split (#3963)

This commit is contained in:
Jan Orel 2019-11-20 14:30:28 +01:00 committed by Ruben S. Montero
parent 9323b2ac60
commit f8b70cdf5c

View File

@ -152,8 +152,8 @@ function set_downloader_args {
fi
[ -n "$HASHES" ] && echo -ne "$HASHES "
[ -n "$5" ] && echo -ne "\"$5\" "
[ -n "$6" ] && echo -ne "$6"
[ -n "$5" ] && echo -ne "'$5' "
[ -n "$6" ] && echo -ne "'$6'"
}
#------------------------------------------------------------------------------