summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/src/xmake/sandbox/interactive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/sandbox/interactive.c b/core/src/xmake/sandbox/interactive.c
index c5536acb1..e578c236b 100644
--- a/core/src/xmake/sandbox/interactive.c
+++ b/core/src/xmake/sandbox/interactive.c
@@ -51,7 +51,7 @@
#define LUA_PROMPT "> "
// continuation prompt
-#define LUA_PROMPT2 "≫ "
+#define LUA_PROMPT2 ">> "
// buffer size for prompt
#define LUA_PROMPT_BUFSIZE 4096