diff --git a/apps/calculator.c b/apps/calculator.c index 2081a7e3..76d7f341 100644 --- a/apps/calculator.c +++ b/apps/calculator.c @@ -320,6 +320,7 @@ int main(int argc, char * argv[]) { struct TTKButton * _down_button = NULL; + vm.binpath = strdup("/bin/calculator"); /* Just assume this so we can get module imports */ krk_initVM(KRK_GLOBAL_CLEAN_OUTPUT); krk_startModule("__main__");