diff options
| author | Michael Bestas <mikeioannina@gmail.com> | 2015-09-12 00:21:57 +0300 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@gmail.com> | 2015-09-12 00:22:38 +0300 |
| commit | 2d03511dfc64d680ed63d8b68b6128a7003bfca2 (patch) | |
| tree | 320d1724834b27049cf55b9c7cc3fe07bcd09d47 | |
| parent | 2d9dd1d94839ab425ed0dba1c4d95fbb50a7a15d (diff) | |
find7: Update extract file script
* Fix passing arguments to common script
Change-Id: I737b682d5dcf9bfe4ca0e9e36a97f31d6c419fe4
| -rwxr-xr-x | extract-files.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extract-files.sh b/extract-files.sh index 26654f2..46f47f6 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -1,5 +1,5 @@ -#!/bin/sh +#!/bin/bash set -e -./../../oppo/find7-common/extract-files.sh +./../../oppo/find7-common/extract-files.sh $@ |
