Merge pull request #6 from boodkb/typo-fix

typo fix
This commit is contained in:
Christoph Schlosser 2018-02-22 20:10:49 +01:00 committed by GitHub
commit c1d69b7ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ for i in "${in_arr[@]}"; do
done done
IFS=',' read -ra in_arr <<< "$PLUGIN_INCLUDE" IFS=',' read -ra in_arr <<< "$PLUGIN_INCLUDE"
for i in "${in_arr[@]}"; do for i in "${in_arr[@]}"; do
PLUGIN_INCLUDE_STR="$PLUGIN_INCLUDE_STR -x $i" PLUGIN_INCLUDE_STR="$PLUGIN_INCLUDE_STR -i $i"
done done
lftp -e "set xfer:log 1; \ lftp -e "set xfer:log 1; \