summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions
index b7211a4..eebe886 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -435,7 +435,7 @@ CT_ExtractAndPatch() {
if [ "${libc_addon}" = "y" ]; then
# Some addons tarball directly contian the correct addon directory,
# while others have the addon directory named ofter the tarball.
- # Fix that bu always using the short name (eg: linuxthreads, ports, etc...)
+ # Fix that by always using the short name (eg: linuxthreads, ports, etc...)
addon_short_name=`echo "${file}" |sed -r -e 's/^[^-]+-//; s/-[^-]+$//;'`
[ -d "${addon_short_name}" ] || ln -s "${file}" "${addon_short_name}"
# If libc addon, we're already in the correct place