summaryrefslogtreecommitdiffhomepage
path: root/tools/kconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/kconf.py')
-rwxr-xr-xtools/kconf.py2
1 files changed, 1 insertions, 1 deletions
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)