Y
Hacker News
new
|
ask
|
show
|
jobs
by
potbelly83
37 days ago
Why not have the program touch a file on success?
1 comments
anyfoo
37 days ago
Why not have the program exit with exit code 0 on success, and non-0 on failure, like
almost every program in a POSIX environment ever
?
link
potbelly83
37 days ago
see yosefk reply above
link
anyfoo
37 days ago
I'm sorry, but "they committed some debug code that made the program exit(0)" for me is pretty much equivalent to "they committed some debug code that made the program not work correctly".
link