Skip to content

Commit

Permalink
fix report line
Browse files Browse the repository at this point in the history
  • Loading branch information
ubuntu committed Jul 16, 2014
1 parent f917173 commit 8b1b9cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Linux-Builds/bin/build_hpcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ do
echo "Build ${display_name} on ${CODENAME} is not supported."
continue
fi
echo -ne "Build ${display_name} ... \r"
echo "Build ${display_name} ..."

[ ! -d $project_directory ] && mkdir $project_directory
cd $project_directory
echo "Get git repository $branch"
echo -n "Get git repository $branch ... "
${rootDir}/bin/github/${github_script} $branch > git.log 2>&1
if [ $? -ne 0 ]
then
Expand All @@ -135,7 +135,7 @@ do
[ -d build ] && rm -rf build
mkdir build
cd build
echo -ne "build ... \r"
echo -n "build ... "
export package_directory
export package_name_prefix
${rootDir}/bin/build/${build_script} > build.log 2>&1
Expand Down

0 comments on commit 8b1b9cc

Please sign in to comment.