aboutsummaryrefslogtreecommitdiff
path: root/extract-files.sh
diff options
context:
space:
mode:
authorJason Riordan <jriordan001@gmail.com>2016-01-11 22:24:33 -0500
committerJason Riordan <jriordan001@gmail.com>2016-01-11 22:24:33 -0500
commit399b83602c9a0ba941fc8dd8e88fa173e48b343b (patch)
tree880152899d01669312282a48fdb59449f7d8aed7 /extract-files.sh
parent9a9dbaa6f840a5ff8f796591a75fb74ffa022504 (diff)
Z008: update blob scripts, match Z00A
Change-Id: I99d6649654908ebf56c569f759f72c731cc19c72
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-xextract-files.sh6
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