Skip to content

Commit

Permalink
Update oab-java.sh
Browse files Browse the repository at this point in the history
commented out the 421 line
  • Loading branch information
bretagne-peiqi committed Oct 6, 2013
1 parent 828ed23 commit d8fe9fc
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 d8fe9fc

Please sign in to comment.