diff options
author | Brian Fraser <fraserbn@gmail.com> | 2013-08-11 18:30:18 -0300 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-26 14:44:20 -0300 |
commit | 217378ee9ab075a3711ed1f0c2a8074be691a71a (patch) | |
tree | 81d8073ee689812ba1a0abd0e05505beffdfea2d /hints/linux-android.sh | |
parent | ca0d4969087ef950be76f32a6a02918df4ed4238 (diff) | |
download | perl-217378ee9ab075a3711ed1f0c2a8074be691a71a.tar.gz |
hints/linux-androideabi.sh: adb takes care of creating the target dir on the target
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 |