aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/path.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-20 17:32:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-20 17:32:59 +1200
commitadeab1ef1ae40c944f7e80f9d3b1c99494bf8cdc (patch)
tree2f97f6756a854d8b8cb96175fb539e544ffeb78c /sh/shrc.d/path.sh
parentDance for shellcheck in path() (diff)
downloaddotfiles-adeab1ef1ae40c944f7e80f9d3b1c99494bf8cdc.tar.gz
dotfiles-adeab1ef1ae40c944f7e80f9d3b1c99494bf8cdc.zip
Write path() help to stderr if unrec command
Diffstat (limited to 'sh/shrc.d/path.sh')
-rw-r--r--sh/shrc.d/path.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/shrc.d/path.sh b/sh/shrc.d/path.sh
index abeb5962..0b9e7e94 100644
--- a/sh/shrc.d/path.sh
+++ b/sh/shrc.d/path.sh
@@ -89,7 +89,7 @@ EOF
# Command not found
*)
printf >&2 'path(): Unknown command\n'
- path help
+ path help >&2
return 2
;;
esac