Skip to content

Commit

Permalink
Hide deploy script output
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick Thomssen committed May 1, 2016
1 parent a85bd41 commit f3f2148
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/deploy.ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ if [ $deploy_qt ]; then
# Get all Qt libraries required by RedTimer
qtlibs=$(ldd -v RedTimer | grep libQt | grep "=>" | sed 's/.*=> *//' | sed 's/\.so.*/.so/' | sort -u)
for lib in $qtlibs; do
echo $lib
qtlibsarr+=($lib)
done

Expand Down

0 comments on commit f3f2148

Please sign in to comment.