summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 8f7df32..dd7f6c6 100644
--- a/build.sh
+++ b/build.sh
@@ -38,8 +38,8 @@ function setup_code() {
rm -f device/*/sepolicy/common/private/genfs_contexts
- bash "$thidir/apply-patches.sh" patches
- bash "$thidir/apply-patches.sh" dakkar-patches
+ bash "$thisdir/apply-patches.sh" patches
+ bash "$thisdir/apply-patches.sh" dakkar-patches
}
if [[ "$1" == "setup" ]]; then