From de4433298a5e25512aee559c1cb8f1d369aea611 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Tue, 21 Mar 2017 13:58:13 -0700 Subject: Add a release creation script One TBD left is the signing of the tarballs. Signed-off-by: Alexey Neyman --- scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/functions') diff --git a/scripts/functions b/scripts/functions index ab141d5d..0ba96b48 100644 --- a/scripts/functions +++ b/scripts/functions @@ -422,7 +422,7 @@ CT_SanitizeVarDir() { } if (!seencomp && !isabs && !trail) { # Eliminated all components, but no trailing slash - - # if the result is appened with /foo, must not become absolute + # if the result is appended with /foo, must not become absolute printf "."; } if ((!seencomp && isabs) || (seencomp && trail)) { -- cgit v1.2.3