cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-03-08 05:35:33 +03:00
parent da89fffb4e
commit 909074e18e
2 changed files with 3 additions and 4 deletions

View File

@ -154,4 +154,4 @@ fi
#---------------------------------------------------------------------- #----------------------------------------------------------------------
# vim:set ts=4 sw=4 nowrap : # vim:set ts=4 sw=4 nowrap :

View File

@ -705,9 +705,8 @@ for spread in ${SPREADS[@]} ; do
if ! [ -d "$spread" ] ; then if ! [ -d "$spread" ] ; then
l=$(( l - 1 )) l=$(( l - 1 ))
continue continue
fi
# skip temporarily disabled... # skip temporarily disabled...
if [[ "${spread}" =~ -.* ]] ; then elif [[ "${spread}" =~ -.* ]] ; then
SKIP_FIRST=1 SKIP_FIRST=1
echo "% spread: ${spread/-/}: skipped..." | tee >(cat >&2) echo "% spread: ${spread/-/}: skipped..." | tee >(cat >&2)
echo % 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 :