Skip to content

Commit

Permalink
add a link to the Stackoverflow question
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Sep 28, 2015
1 parent 80bbc90 commit f37c3e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/release-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ function checkSamsungWorkaround() {
apktool -f -r d WordPress/build/outputs/apk/WordPress-vanilla-release-unaligned.apk -o /tmp/wpandroid-checksamsungworkaround/ > /dev/null && ls -1 /tmp/wpandroid-checksamsungworkaround/smali/android/support/v7/internal/view/menu/MenuBuilder* > /dev/null 2>&1
if [ $? -eq 0 ]; then
pFail
echo "See http://stackoverflow.com/q/24809580/58332 for more informations"
exit 4
fi
pOk
Expand Down

0 comments on commit f37c3e0

Please sign in to comment.