fixed if statement for eo

This commit is contained in:
Beth Parker 2017-09-29 13:58:58 -05:00
parent 1136ca5922
commit 6ac5ca9019

View file

@ -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##*.}"