From d22727218d784e25ae351a13d7079dc77f8a3f75 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 11 Sep 2024 14:35:35 +0200 Subject: [PATCH] Fix number of args in tools/patch_module.sh Change-Id: I697651c89842e9fd21bd237036e3b2f4e531063b Signed-off-by: garciadeblas --- tools/patch_module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/patch_module.sh b/tools/patch_module.sh index 4f899367..fb697acf 100755 --- a/tools/patch_module.sh +++ b/tools/patch_module.sh @@ -16,7 +16,7 @@ # limitations under the License. ####################################################################################### -if [ $# -ne 3 ]; then +if [ $# -ne 2 ]; then echo "Usage $0 " echo "Example: $0 ro 2" echo "Example: $0 lcm 5" -- 2.25.1