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
|
s=$so
|
||||||
fi
|
fi
|
||||||
e=`echo "$file" | grep -o -P "$escheme"`
|
e=`echo "$file" | grep -o -P "$escheme"`
|
||||||
if [[ -z $eo ]];then
|
if [[ ! -z $eo ]];then
|
||||||
e=$(e+eo)
|
e=$(e+eo)
|
||||||
fi
|
fi
|
||||||
ext="${file##*.}"
|
ext="${file##*.}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue