aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-31 13:02:49 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-31 13:02:49 +1300
commit536b1db6c63dee464724c80b62f7441f0e330e22 (patch)
treecbd0ad674a231e4d77fe15b272ee44cfbcaff4d2
parentMerge branch 'release/v4.2.0' into develop (diff)
downloaddotfiles-536b1db6c63dee464724c80b62f7441f0e330e22.tar.gz
dotfiles-536b1db6c63dee464724c80b62f7441f0e330e22.zip
Correct error message from sd()
-rw-r--r--sh/shrc.d/sd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/shrc.d/sd.sh b/sh/shrc.d/sd.sh
index 04b50f6d..814dcffc 100644
--- a/sh/shrc.d/sd.sh
+++ b/sh/shrc.d/sd.sh
@@ -43,7 +43,7 @@ sd() {
# Slashes aren't allowed
*/*)
- printf >&2 'bd(): Illegal slash\n'
+ printf >&2 'sd(): Illegal slash\n'
return 2
;;