Skip to content

Commit

Permalink
Fix auto build
Browse files Browse the repository at this point in the history
  • Loading branch information
linusyang committed Dec 24, 2018
1 parent d4e48d8 commit bb5244a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cleaner-fix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ extract() {
}

trap "echo '--> abort'; exit 1" INT
declare -a darr=("$@")
for i in "${darr[@]}"; do
f="$(basename $i)"
if [ -f "$f" ] && ! [ -f "$f".aria2 ]; then
Expand Down

0 comments on commit bb5244a

Please sign in to comment.