Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Commit

Permalink
Merge pull request #118 from uestcshi/patch-1
Browse files Browse the repository at this point in the history
Update oab-java.sh
  • Loading branch information
flexiondotorg committed Jan 6, 2014
2 parents 828ed23 + d8fe9fc commit 5c4d3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oab-java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ fi

# Install the Java build requirements
ncecho " [x] Installing Java build requirements "
apt-get install -y --no-install-recommends ${BUILD_DEPS} >> "$log" 2>&1 &
#apt-get install -y --no-install-recommends ${BUILD_DEPS} >> "$log" 2>&1 &
pid=$!;progress $pid

# Make sure the required dirs exist.
Expand Down

0 comments on commit 5c4d3b1

Please sign in to comment.