Updated cat to use the new path searching algorithm

This commit is contained in:
Fredric Silberberg 2014-09-24 23:39:07 -04:00
parent 09b0c8106e
commit 9b8d1e01b6

View File

@ -48,7 +48,7 @@ func main() {
flag.Parse()
if !*jsonModePtr {
fmt.Printf("%s", jsh.FallbackWithArgs("/usr/bin/cat", flag.Args()))
fmt.Printf("%s", jsh.FallbackWithArgs("cat", flag.Args()))
} else {
runJsonMode()
}