summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-03-21 20:58:13 (GMT)
committerAlexey Neyman <stilor@att.net>2017-03-21 21:04:12 (GMT)
commitde4433298a5e25512aee559c1cb8f1d369aea611 (patch)
treea60f812c07aa3f59eafd2c9fd34e212f3af3dde0 /scripts
parent3906acc00779dd31df84d4f555ecbc0d920e89f3 (diff)
Add a release creation script
One TBD left is the signing of the tarballs. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions
index ab141d5..0ba96b4 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)) {