diff options
| author | Jeff Carr <[email protected]> | 2024-02-13 12:54:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-13 12:54:32 -0600 |
| commit | 6c595d32f7041b941f29968ab9f737538e15dbc1 (patch) | |
| tree | 093e42720df42ad863aa8e1d4d9e8d8d4d42d883 /globalBuildOptions.go | |
| parent | 74ce202f73574c122f893e5cd601a39d31168648 (diff) | |
list the patches
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'globalBuildOptions.go')
| -rw-r--r-- | globalBuildOptions.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/globalBuildOptions.go b/globalBuildOptions.go index 3c3b6ba..de4d8e8 100644 --- a/globalBuildOptions.go +++ b/globalBuildOptions.go @@ -27,9 +27,9 @@ func quickCmd(fullpath string, cmd []string) bool { var b bool var output string -// if me.autoWorkingPwd.String() != fullpath { -// me.autoWorkingPwd.SetValue(fullpath) -// } + // if me.autoWorkingPwd.String() != fullpath { + // me.autoWorkingPwd.SetValue(fullpath) + // } if me.autoDryRun.Checked() { log.Warn("RUN --dry-run", fullpath, cmd) |
