diff options
| author | Jason Riordan <jriordan001@gmail.com> | 2016-01-11 22:24:33 -0500 |
|---|---|---|
| committer | Jason Riordan <jriordan001@gmail.com> | 2016-01-11 22:24:33 -0500 |
| commit | 399b83602c9a0ba941fc8dd8e88fa173e48b343b (patch) | |
| tree | 880152899d01669312282a48fdb59449f7d8aed7 /extract-files.sh | |
| parent | 9a9dbaa6f840a5ff8f796591a75fb74ffa022504 (diff) | |
Z008: update blob scripts, match Z00A
Change-Id: I99d6649654908ebf56c569f759f72c731cc19c72
Diffstat (limited to 'extract-files.sh')
| -rwxr-xr-x | extract-files.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extract-files.sh b/extract-files.sh index ce5e79f..d0bfccf 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -#set -e +set -e export DEVICE=Z008 export VENDOR=asus -./../mofd-common/extract-files.sh $@
\ No newline at end of file +./../../$VENDOR/mofd-common/extract-files.sh $@
\ No newline at end of file |
