From 6872919505e77f4100b3c5204670e00810a9e667 Mon Sep 17 00:00:00 2001 From: tfuxu <73042332+tfuxu@users.noreply.github.com> Date: Sun, 18 Dec 2022 15:55:13 +0100 Subject: [PATCH] fix: allow spaces in argument values when executing CLI from `local_cli.sh` --- local_cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local_cli.sh b/local_cli.sh index 181e1b92..78803dc3 100755 --- a/local_cli.sh +++ b/local_cli.sh @@ -18,4 +18,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -python builddir/gradience/frontend/gradience-cli $@ +python builddir/gradience/frontend/gradience-cli "$@"