Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2929 from pacificcode/eosio_build_ubuntu
Browse files Browse the repository at this point in the history
Eosio build ubuntu: Error validation
  • Loading branch information
heifner authored May 10, 2018
2 parents 1459244 + 4a561de commit 5100a22
Show file tree
Hide file tree
Showing 2 changed files with 399 additions and 220 deletions.
2 changes: 1 addition & 1 deletion eosio_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
printf "\\t%s\\n" "$( date -u )"
printf "\\tUser: %s\\n" "$( whoami )"
printf "\\tgit head id: %s\\n" "$( cat .git/refs/heads/master )"
printf "\\tCurrent branch: %s\\n" "$( git branch | grep \* )"
printf "\\tCurrent branch: %s\\n" "$( git rev-parse --abbrev-ref HEAD )"
printf "\\n\\tARCHITECTURE: %s\\n" "${ARCH}"

if [ "$ARCH" == "Linux" ]; then
Expand Down
Loading

0 comments on commit 5100a22

Please sign in to comment.