Skip to content

Commit

Permalink
v.category: Address shellcheck warnings and format with shfmt
Browse files Browse the repository at this point in the history
`shfmt -w -s -i 4 -ci -bn -sr .`
  • Loading branch information
echoix committed Nov 17, 2024
1 parent d5b0f3b commit 7b6f4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector/v.category/testsuite/copy_multiple_cats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7b6f4b6

Please sign in to comment.