From 4f30e468e4fe61d66b795c424db32d30be6fd098 Mon Sep 17 00:00:00 2001 From: Ray Chi Date: Thu, 17 Feb 2022 14:17:46 +0800 Subject: [PATCH] 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) --- set_usb_irq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set_usb_irq.sh b/set_usb_irq.sh index c131713e..29d37812 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