From 1a30985a28b5221864881d3952d0af78d5567ffc Mon Sep 17 00:00:00 2001 From: simono41 Date: Wed, 11 Oct 2017 02:39:23 +0200 Subject: [PATCH] fix --- android-app-installer.sh | 4 ++-- test apk.apk | 0 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 test apk.apk diff --git a/android-app-installer.sh b/android-app-installer.sh index 8dd63a8..d2f5d7b 100755 --- a/android-app-installer.sh +++ b/android-app-installer.sh @@ -5,12 +5,12 @@ finds=$(find $1*.apk) set -x i=0 -for wort in $finds +for wort in "$finds" do echo "Installiere $wort" - pm install $wort + pm install "$wort" shift done diff --git a/test apk.apk b/test apk.apk new file mode 100644 index 0000000..e69de29