Added EOF return code

This commit is contained in:
2022-04-20 21:00:15 -04:00
parent be19e271c5
commit 99e0d5f666
+2
View File
@@ -668,3 +668,5 @@ if __name__ == "__main__":
startswith('copy note') and not argument.startswith('copy -n') and argument != 'copy' and argument \
!= 'version' and argument != '-v' and error == 0 and argument.startswith('/') is False:
sync()
s_exit(0)