summaryrefslogtreecommitdiff
path: root/unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'unix.go')
-rw-r--r--unix.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/unix.go b/unix.go
index d045967..5574e5d 100644
--- a/unix.go
+++ b/unix.go
@@ -1,10 +1,10 @@
package main
import (
- "strings"
"go.wit.com/log"
+ "strings"
- "go.wit.com/gui/lib/repostatus"
+ "go.wit.com/lib/gui/repostatus"
)
var repopath string = "/home/jcarr/"
@@ -18,9 +18,9 @@ func goMake(dryRun string) bool {
continue
}
if line[0] == "cd" {
- switch len(line) {
+ switch len(line) {
case 1:
- log.Verbose("do cmdPwd() to go root", repopath + "go/src")
+ log.Verbose("do cmdPwd() to go root", repopath+"go/src")
workingPath = ""
case 2:
log.Verbose("do cmdPwd() here", line)