Skip to content

Commit

Permalink
Remove debugging set -x in contrib./refresh_bb_tarballs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Jan 4, 2019
1 parent 1ed1408 commit 1ae984a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/refresh_bb_tarballs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ BB_GCC_EXPANDED_PROJECTS="openblas"
# Get "contrib/" directory path
CONTRIB_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)

set -x
# For each triplet and each project, download the BB tarball and save its hash:
for triplet in ${TRIPLETS}; do
for proj in ${BB_PROJECTS}; do
Expand Down

0 comments on commit 1ae984a

Please sign in to comment.