From 7b6f4b6a872c1e92ff9c80e048156509c5c04394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sun, 17 Nov 2024 03:29:49 +0000 Subject: [PATCH] v.category: Address shellcheck warnings and format with shfmt `shfmt -w -s -i 4 -ci -bn -sr .` --- vector/v.category/testsuite/copy_multiple_cats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/v.category/testsuite/copy_multiple_cats.sh b/vector/v.category/testsuite/copy_multiple_cats.sh index ba92e304ed7..e6971786e72 100755 --- a/vector/v.category/testsuite/copy_multiple_cats.sh +++ b/vector/v.category/testsuite/copy_multiple_cats.sh @@ -9,7 +9,7 @@ set -x echo "100|100|1" | v.in.ascii output=vcategory_test_1 input=- fid=$(v.edit --quiet layer=1 map=vcategory_test_1 tool=select cat=1) -v.edit map=vcategory_test_1 layer=1 tool=catadd ids=${fid} cats=2 +v.edit map=vcategory_test_1 layer=1 tool=catadd ids="${fid}" cats=2 v.category option=transfer layer=1,2 input=vcategory_test_1 output=vcategory_test_2 expected="1/2"