From 3b73c537d03dd981ab1fa0aaae7892b8ff125114 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Mon, 15 Jul 2013 12:33:44 +0200 Subject: [PATCH] genfio: Protecting parse_cmdline from spaces If you want to provide arguments with spaces in it, $@ shall be protected with quotes. That's required to manage complex cmdline for -A or -B options --- tools/genfio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/genfio b/tools/genfio index 512313a7..bbf88337 100755 --- a/tools/genfio +++ b/tools/genfio @@ -310,7 +310,7 @@ done ########## MAIN gen_template -parse_cmdline $@ +parse_cmdline "$@" finish_template check_mode_order -- 2.25.1