check for directories
This commit is contained in:
parent
b52e9731e3
commit
56113b0bde
@ -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;
|
||||
|
Reference in New Issue
Block a user