Android hints: run-adb-shell was mishandling '\0'
authorBrian Fraser <fraserbn@gmail.com>
Sun, 26 Jan 2014 04:12:45 +0000 (01:12 -0300)
committerBrian Fraser <fraserbn@gmail.com>
Sun, 26 Jan 2014 17:44:26 +0000 (14:44 -0300)
commitbb34e29a07123d6f8b23fd8df7efe347907f45e0
treefeca625f8703de1e46b4b77200469db1d971bc3c
parent8d6f7939bfc611dedd9b5c694563ca08c063d5fc
Android hints: run-adb-shell was mishandling '\0'

That's literally '\0', all four characters, not a null.  Previously, due to
mistakenly passing things through the shell twice, it turned '\0' into an
actual null, and that screwed up the test for fflush(NULL)
hints/linux-android.sh