summaryrefslogtreecommitdiff
path: root/resources/scripts/handle/config/file
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/handle/config/file')
-rwxr-xr-xresources/scripts/handle/config/file2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/handle/config/file b/resources/scripts/handle/config/file
index 13d65ad3..d8e217ce 100755
--- a/resources/scripts/handle/config/file
+++ b/resources/scripts/handle/config/file
@@ -223,7 +223,7 @@ check_config()
run_make_command()
{
- ./build src for -c "${codedir}"
+ ./handle make file -c "${codedir}"
fail "run_make_command: make distclean/clean failed"
cp "${config}" "${codedir}/.config" || \