Skip to content

Commit

Permalink
beesh: Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Feb 28, 2013
1 parent 022645d commit 56270a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/beesh.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -392,12 +392,13 @@ function bee_extract() {
return
fi

# get first source archive and remove it from source archive array
s=${bee_S[0]}
unset bee_S[0]

print_info " -> extracting main source ${s} .."
bee_extract_do_tar0 "${s}" "${S}"

unset bee_S[0]

for s in ${bee_S[@]} ; do
print_info " -> extracting additional source ${s} .."
bee_extract_do_tar "${s}" "${S}"
Expand Down

0 comments on commit 56270a9

Please sign in to comment.