Skip to content

Commit

Permalink
echo -> message
Browse files Browse the repository at this point in the history
  • Loading branch information
shua authored and Sven-Hendrik Haase committed Feb 20, 2010
1 parent 667a481 commit a24327a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/linux/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ make_bullet() {
else
wget -c http://bullet.googlecode.com/files/bullet-2.75.tgz
tar xf bullet-2.75.tgz bulletphysics
echo "status" "downloaded bulletphysics archive"
message "status" "downloaded bulletphysics archive"
cd bullet-2.75
cmake .. || return 1
make || return 1
sudo checkinstall --pkgname bullet-physics --install --pkgversion 2.75 -y
echo "status" "made bulletphysics"
message "status" "made bulletphysics"
fi
}

Expand Down

0 comments on commit a24327a

Please sign in to comment.