mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
ensure "make build" on macos generates the same documentation output
it has been i while since i used the old macos machine...
This commit is contained in:
@ -66,6 +66,11 @@ during those commands instead of during "data".
|
||||
if userConfDir == "" {
|
||||
userConfDir = "."
|
||||
}
|
||||
// If we are being run to gather help output, show a placeholder directory
|
||||
// instead of evaluating to the actual userconfigdir on the host os.
|
||||
if c._gather {
|
||||
userConfDir = "$userconfigdir"
|
||||
}
|
||||
|
||||
var dir, ip string
|
||||
var initOnly bool
|
||||
|
Reference in New Issue
Block a user