check for directories

This commit is contained in:
zotlabs 2018-05-03 23:20:09 -07:00
parent b52e9731e3
commit 56113b0bde

View file

@ -25,6 +25,10 @@ for a in "${filelist[@]}" ; do
# echo 'ignoring git'
continue;
fi
if [ ! -d ../extend/widget/$1/$base ]; then
# echo $a 'not a directory'
continue;
fi
if [ -x $base ]; then
# echo $base 'file exists'
continue;