days 11/16: remove faulty use of external command (seq)

This commit is contained in:
2021-07-30 19:21:16 +02:00
parent 9c60bd6d12
commit 92cc3e90c4
8 changed files with 34 additions and 34 deletions

View File

@@ -107,7 +107,8 @@ NROWS=${#rowsstr[@]}
#echo "L=$RLENGTH N=$NROWS"
# add floor rows at beginning and end
printf -v floor '%0.s0 ' $(seq 1 $((RLENGTH+2)))
printf -v floor '%0.s0 ' $(eval "echo {1..$((RLENGTH+2))}")
#echo floor="$floor"
#echo floor="$floor"
#echo