fixed if statement for eo
This commit is contained in:
parent
1136ca5922
commit
6ac5ca9019
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ for file in "$src"/*; do
|
|||
s=$so
|
||||
fi
|
||||
e=`echo "$file" | grep -o -P "$escheme"`
|
||||
if [[ -z $eo ]];then
|
||||
if [[ ! -z $eo ]];then
|
||||
e=$(e+eo)
|
||||
fi
|
||||
ext="${file##*.}"
|
||||
|
|
Loading…
Add table
Reference in a new issue