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 :