summaryrefslogtreecommitdiff
path: root/set_usb_irq.sh
diff options
context:
space:
mode:
authorRay Chi <raychi@google.com>2022-02-17 14:17:46 +0800
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-02-21 18:22:53 +0000
commit4f30e468e4fe61d66b795c424db32d30be6fd098 (patch)
treebead70676663804befe354597827351a3bdd805f /set_usb_irq.sh
parent0b02e303b148d2e782e50613c7f57052cd0e222f (diff)
downloadgs201-4f30e468e4fe61d66b795c424db32d30be6fd098.tar.gz
modify the path of shell binary
Currently, we should use the vendor shell to run irq script. This patch will modify the shell path. Bug: 202103325 Test: switch functions and check the value of smp_affinity_list Change-Id: Iae572bb1ee218eb205c5e65d20ba6dfa583b9ad6 Merged-In: Iae572bb1ee218eb205c5e65d20ba6dfa583b9ad6 (cherry picked from commit e4796c373ce50baf226b1c34998e2d46531d7a5f)
Diffstat (limited to 'set_usb_irq.sh')
-rw-r--r--set_usb_irq.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/set_usb_irq.sh b/set_usb_irq.sh
index c131713..29d3781 100644
--- a/set_usb_irq.sh
+++ b/set_usb_irq.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/vendor/bin/sh
# Switch into /proc/irq/$IRQ for the dwc3 usb controller
cd /proc/irq/*/dwc3/.. || exit 7