diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/kconf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/kconf.py b/tools/kconf.py index 0c892aa0..f6403aee 100755 --- a/tools/kconf.py +++ b/tools/kconf.py @@ -4,6 +4,7 @@ import os, json, sys if __name__ == '__main__': + print("kconf: running config script...") sys.exit(0) |
