diff options
Diffstat (limited to 'hints/linux-android.sh')
-rw-r--r-- | hints/linux-android.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hints/linux-android.sh b/hints/linux-android.sh index b87e87ea36..66df178647 100644 --- a/hints/linux-android.sh +++ b/hints/linux-android.sh @@ -213,11 +213,9 @@ for f in \$@ do case "\$f" in /*) - $targetmkdir \`dirname \$f\` adb -s $targethost push \$f \$f || exit 1 ;; *) - $targetmkdir $targetdir/\`dirname \$f\` (adb -s $targethost push \$f $targetdir/\$f < /dev/null 2>&1) || exit 1 ;; esac |