From 6c595d32f7041b941f29968ab9f737538e15dbc1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 13 Feb 2024 12:54:32 -0600 Subject: list the patches Signed-off-by: Jeff Carr --- globalBuildOptions.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'globalBuildOptions.go') 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) -- cgit v1.2.3