From 7cee4def2634d3c4aed59c3ab66b65bbbf1ec751 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 10 Mar 2026 19:58:34 +0100 Subject: [CHORE] Update kconf python script. Signed-off-by: Amlal El Mahrouss --- tools/kconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/kconf.py b/tools/kconf.py index 910c7287..a54d6244 100755 --- a/tools/kconf.py +++ b/tools/kconf.py @@ -5,7 +5,7 @@ import os, json, sys if __name__ == '__main__': print("kconf: running kernel as standalone...") - os.system("../script/debug_ahci_x64.sh") + os.system("../scripts/debug_ahci_x64.sh") sys.exit(0) -- cgit v1.2.3