From d05e63eca6f10500f3ae4ff1d61f0e6baf8d317a Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 3 Nov 2020 16:48:17 -0500 Subject: indent eof marker --- add_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_common.sh b/add_common.sh index fd962ca..f5e62e7 100644 --- a/add_common.sh +++ b/add_common.sh @@ -5,4 +5,4 @@ eof="$(echo EOF_$1 | tr '.[[:lower:]]' '_[[:upper:]]')" printf '%s() {\n' "$(echo $1 | tr . _)" printf '\tuudecode -o- <<- %s\n' $eof uuencode -m $1 < $1 | sed 's/^/\t/' -printf '%s\n}\n\n' $eof +printf '\t%s\n}\n\n' $eof -- cgit v1.2.1