scripts

shell scripts
git clone git://git.bitsmanent.org/scripts
Log | Files | Refs | README

commit 78eef41b437f40658f510bb761c78ca2f0bd7d9f
parent 7cedb6809078add4e660093d01ac52ea3af41c54
Author: clamiax <smoppy@gmail.com>
Date:   Mon,  6 Jan 2014 11:11:58 +0000

Fix using def sources.

Diffstat:
Mscrapthumb | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scrapthumb b/scrapthumb @@ -64,7 +64,7 @@ main() { esac done - [ ${#SOURCES[*]} -eq 0 ] && SOURCES=${DEF_SOURCES[@]} + [ ${#SOURCES[@]} -eq 0 ] && SOURCES=$DEF_SOURCES preload $VIEWER ${IMGS[*]}