mirror of
https://github.com/flynx/photobook.git
synced 2025-11-01 03:40:10 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
da89fffb4e
commit
909074e18e
@ -154,4 +154,4 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------------------
|
#----------------------------------------------------------------------
|
||||||
# vim:set ts=4 sw=4 nowrap :
|
# vim:set ts=4 sw=4 nowrap :
|
||||||
|
|||||||
@ -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 :
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user