Skip to content

Commit

Permalink
Fix Windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaq committed Dec 25, 2020
1 parent 6419f45 commit 9a6d53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/eval/mods/unix/non_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ const ExposeUnixNs = false

// Ns is an Elvish namespace that contains variables and functions that deal
// with features unique to UNIX-like operating systems. On
var Ns = eval.Ns{}
var Ns = &eval.Ns{}

0 comments on commit 9a6d53e

Please sign in to comment.