mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-13 04:49:36 +00:00
shellcheck: Fix shellcheck SC2068
> Double quote array expansions to avoid re-splitting elements Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
@@ -718,4 +718,4 @@ main() {
|
||||
esac
|
||||
}
|
||||
|
||||
main $@
|
||||
main "$@"
|
||||
|
Reference in New Issue
Block a user