fix 08-variable-not-and.sh

This commit is contained in:
Rutger van Beusekom 2018-11-14 19:46:02 +01:00
parent 03dcfb9a9f
commit c20ac38ace
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
(define (variable-and name default)
(let ((value (variable name #f)))
(and value default)))
(if value default "")))
(define (set-shell-opt! name set?)
(let* ((shell-opts (variable "SHELLOPTS"))