# HG changeset patch # User Paul Boddie # Date 1705019585 -3600 # Node ID b81f919d7e5f8eefc39457219f1e2400622ff89d # Parent e78da10df4b81f717b490a05101207cc7f56ad03 Indicate the successful completion of a script. diff -r e78da10df4b8 -r b81f919d7e5f fsaccess/op_script.c --- a/fsaccess/op_script.c Thu Jan 11 19:25:29 2024 +0100 +++ b/fsaccess/op_script.c Fri Jan 12 01:33:05 2024 +0100 @@ -90,6 +90,7 @@ fclose(fp); } + printf("End of script.\n"); return 0; }