Skip to content

Commit

Permalink
One more env var to unset
Browse files Browse the repository at this point in the history
Although probably not super important...
  • Loading branch information
gaborcsardi committed Jun 29, 2023
1 parent 0c9a390 commit ad868ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ pub fn unset_r_envvars() {
"R_SYSTEM_ABI",
"R_TEXI2DVICMD",
"R_UNZIPCMD",
"R_USER",
"R_ZIPCMD"
];
for ev in evs {
Expand Down

0 comments on commit ad868ce

Please sign in to comment.