check for directories
This commit is contained in:
parent
b52e9731e3
commit
56113b0bde
@ -25,6 +25,10 @@ for a in "${filelist[@]}" ; do
|
|||||||
# echo 'ignoring git'
|
# echo 'ignoring git'
|
||||||
continue;
|
continue;
|
||||||
fi
|
fi
|
||||||
|
if [ ! -d ../extend/widget/$1/$base ]; then
|
||||||
|
# echo $a 'not a directory'
|
||||||
|
continue;
|
||||||
|
fi
|
||||||
if [ -x $base ]; then
|
if [ -x $base ]; then
|
||||||
# echo $base 'file exists'
|
# echo $base 'file exists'
|
||||||
continue;
|
continue;
|
||||||
|
Reference in New Issue
Block a user