aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to '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