From 536b1db6c63dee464724c80b62f7441f0e330e22 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 31 Dec 2018 13:02:49 +1300 Subject: Correct error message from sd() --- sh/shrc.d/sd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') 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 ;; -- cgit v1.2.3