From 909074e18ed59dfc8cad4f25aaf7902c76e8a5e8 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 8 Mar 2023 05:35:33 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- scripts/cls2tex.sh | 2 +- scripts/make-images.sh | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/cls2tex.sh b/scripts/cls2tex.sh index 382783f..88c5bc2 100755 --- a/scripts/cls2tex.sh +++ b/scripts/cls2tex.sh @@ -154,4 +154,4 @@ fi #---------------------------------------------------------------------- -# vim:set ts=4 sw=4 nowrap : +# vim:set ts=4 sw=4 nowrap : diff --git a/scripts/make-images.sh b/scripts/make-images.sh index f848a6b..11f9866 100644 --- a/scripts/make-images.sh +++ b/scripts/make-images.sh @@ -705,9 +705,8 @@ for spread in ${SPREADS[@]} ; do if ! [ -d "$spread" ] ; then l=$(( l - 1 )) continue - fi # skip temporarily disabled... - if [[ "${spread}" =~ -.* ]] ; then + elif [[ "${spread}" =~ -.* ]] ; then SKIP_FIRST=1 echo "% spread: ${spread/-/}: skipped..." | tee >(cat >&2) echo % @@ -752,4 +751,4 @@ echo "Spread created: $d of $l " >&2 #---------------------------------------------------------------------- -# vim:set ts=4 sw=4 : +# vim:set ts=4 sw=4 nowrap :