From 1a2e0b9ae3e0f6558c55e7976a201973d84691b0 Mon Sep 17 00:00:00 2001 From: logicmoo Date: Wed, 28 Aug 2024 04:49:33 -0700 Subject: [PATCH] remove startup warning Found file *.metta relative to the current working directory. --- mettalog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mettalog b/mettalog index f1b146cec66..abf9631b2f3 100755 --- a/mettalog +++ b/mettalog @@ -960,7 +960,7 @@ STDIO_OPTIONS=() set_io_flags STDIO_OPTIONS # Generate the final command -METTA_CMD="$MLOG -- --python=$python_flag ${PRE_METTALOG_OPTIONS[*]} ${METTALOG_OPTIONS[*]} ${METTALOG_OPTIONS_LAST[*]} ${STDIO_OPTIONS[*]}" +METTA_CMD="$MLOG -- --python=$python_flag -- ${PRE_METTALOG_OPTIONS[*]} ${METTALOG_OPTIONS[*]} ${METTALOG_OPTIONS_LAST[*]} ${STDIO_OPTIONS[*]}" OS=$(uname)