diff options
author | Alexey Neyman <stilor@att.net> | 2017-03-21 13:58:13 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-03-21 14:04:12 -0700 |
commit | de4433298a5e25512aee559c1cb8f1d369aea611 (patch) | |
tree | a60f812c07aa3f59eafd2c9fd34e212f3af3dde0 /scripts/functions | |
parent | 3906acc00779dd31df84d4f555ecbc0d920e89f3 (diff) | |
download | crosstool-ng-de4433298a5e25512aee559c1cb8f1d369aea611.tar.gz crosstool-ng-de4433298a5e25512aee559c1cb8f1d369aea611.tar.bz2 crosstool-ng-de4433298a5e25512aee559c1cb8f1d369aea611.zip |
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/functions')
-rw-r--r-- | scripts/functions | 2 |
1 files changed, 1 insertions, 1 deletions
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)) { |