ash,hush: ^C from command line should set $? to 128+SIGINT
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -9876,6 +9876,7 @@ preadfd(void)
|
||||
raise(SIGINT);
|
||||
return 1;
|
||||
}
|
||||
exitstatus = 128 + SIGINT;
|
||||
goto retry;
|
||||
}
|
||||
if (nr < 0) {
|
||||
|
Reference in New Issue
Block a user