mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-06 15:40:29 +02:00
(unsetenv): New, for completeness.
This commit is contained in:
parent
91d14235cd
commit
5c1254dae0
1 changed files with 4 additions and 0 deletions
|
@ -599,6 +599,10 @@
|
||||||
(putenv (string-append name "=" value))
|
(putenv (string-append name "=" value))
|
||||||
(putenv name)))
|
(putenv name)))
|
||||||
|
|
||||||
|
(define (unsetenv name)
|
||||||
|
"Remove the entry for NAME from the environment."
|
||||||
|
(putenv name))
|
||||||
|
|
||||||
|
|
||||||
;;; {Load Paths}
|
;;; {Load Paths}
|
||||||
;;;
|
;;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue