diff options
Diffstat (limited to 'src/interp/br-search.boot')
-rw-r--r-- | src/interp/br-search.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/br-search.boot b/src/interp/br-search.boot index 57969906..8dd863a6 100644 --- a/src/interp/br-search.boot +++ b/src/interp/br-search.boot @@ -975,7 +975,7 @@ grepFile(pattern,:options) == key := (x := IFCAR options => (options := rest options; x); nil) source := grepSource key lines := - not PROBE_-FILE source => NIL + not PROBE_-FILE source => nil target := getTempPath 'target casepart := 'iv in options => '"-vi" |