fix cd when user assigns a value to OLDPWD; fix android issue with blocked system calls; fix historical use of test -t; fix issue with foreground-TSTP async jobs

This commit is contained in:
Chet Ramey
2023-07-10 09:41:30 -04:00
parent 6cca378e82
commit 2f09fa19cf
17 changed files with 555 additions and 351 deletions
+2 -2
View File
@@ -148,8 +148,8 @@ struct fd_bitmap {
/* Information about the current user. */
struct user_info {
uid_t uid, euid;
gid_t gid, egid;
uid_t uid, euid, saveuid;
gid_t gid, egid, savegid;
char *user_name;
char *shell; /* shell from the password file */
char *home_dir;