Files
fish-shell/src
Johannes Altmanninger 6ef5ae0935 env: skip env lines without equal sign
Given an env like

    foo
    bar=baz

we would set "foo" to empty due to a typo.
The typo is pointed out by a PORTING comment.

Luckily I don't think we ever hit this case because that would mean our
parent process has a serious bug.  Rust's std::env::vars_os() skips env
lines that don't contain a "=" char.  This seems like a reasonable behavior
for us too. Do that.
2023-10-08 20:46:53 +02:00
..
2023-07-27 22:00:03 -07:00
2023-04-16 17:46:56 +02:00
2023-08-18 23:18:52 +02:00
2023-08-18 23:18:52 +02:00
2023-08-19 20:04:23 -07:00
2023-08-19 20:04:23 -07:00
2023-09-05 11:38:59 +02:00
2023-09-05 11:38:59 +02:00
2021-10-01 03:39:43 -07:00
2023-01-14 12:58:20 -08:00
2023-10-08 20:46:53 +02:00
2023-09-05 11:38:59 +02:00
2023-10-06 18:15:25 +02:00
2023-08-12 16:59:38 -07:00
2023-09-05 11:38:59 +02:00
2023-09-05 11:38:59 +02:00
2023-04-16 17:46:56 +02:00
2023-04-19 01:03:16 +02:00
2023-04-16 17:46:56 +02:00
2023-04-16 17:46:56 +02:00
2023-09-05 11:38:59 +02:00
2023-02-02 19:34:47 -07:00
2021-09-21 18:33:14 -07:00
2023-09-05 11:38:59 +02:00
2023-09-05 11:38:59 +02:00
2023-09-05 11:38:59 +02:00
2023-06-17 12:14:42 -07:00
2023-04-19 22:43:36 +02:00
2022-08-21 15:02:19 -07:00
2023-04-19 22:43:36 +02:00
2023-07-27 22:00:03 -07:00
2023-07-27 22:00:03 -07:00
2023-06-17 12:14:42 -07:00
2023-06-17 12:14:42 -07:00
2023-04-19 01:03:16 +02:00
2023-04-16 17:46:56 +02:00
2023-09-05 11:38:59 +02:00
2023-09-05 11:38:59 +02:00
2023-09-05 11:38:59 +02:00
2023-07-14 20:48:56 +08:00
2023-07-14 20:48:56 +08:00
2023-09-24 13:04:00 -07:00
2023-09-05 11:38:59 +02:00
2023-02-02 19:34:47 -07:00
2023-03-19 16:13:41 -07:00
2023-02-09 00:37:22 +01:00
2023-02-02 19:34:47 -07:00
2023-02-03 18:55:06 +01:00
2023-04-19 22:43:36 +02:00
2023-04-19 22:43:36 +02:00
2022-12-11 10:26:39 -08:00
2022-12-04 14:48:20 -08:00