mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-02 08:18:14 +02:00
commit bash-20180713 snapshot
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ getenv (name)
|
||||
if (var && exported_p (var))
|
||||
return (value_cell (var));
|
||||
}
|
||||
else
|
||||
else if (environ)
|
||||
{
|
||||
register int i, len;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user