Double quote to prevent globbing and word splitting

This commit is contained in:
Alex
2023-02-14 12:07:37 -06:00
parent 9d837c2ebc
commit 2e43be361e

View File

@@ -2251,7 +2251,7 @@ function main() {
set_yml_template_folder_location
check_ishare2_version_file_exists
check_ishare2_gui_version_file_exists
selector $1 $2 $3 $4
selector "$1" "$2" "$3" "$4"
}
main $@