summaryrefslogtreecommitdiff
path: root/scripts/tarball.sh.broken
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/tarball.sh.broken')
-rwxr-xr-xscripts/tarball.sh.broken4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/tarball.sh.broken b/scripts/tarball.sh.broken
index 8e6c312..e94ac6e 100755
--- a/scripts/tarball.sh.broken
+++ b/scripts/tarball.sh.broken
@@ -52,7 +52,7 @@ CT_BUILD_DIR="${CT_TOP_DIR}/targets/${CT_TARGET}/build"
mkdir -p "${CT_BUILD_DIR}"
CT_MktempDir tempdir
-# Save crosstool-ng, as it is configured for the current toolchain.
+# Save crosstool-NG, as it is configured for the current toolchain.
topdir=`basename "${CT_TOP_DIR}"`
CT_Pushd "${CT_TOP_DIR}/.."
@@ -77,7 +77,7 @@ exclude_list="${tempdir}/${CT_TARGET}.list"
# Render the install directory writable
chmod u+w "${CT_PREFIX_DIR}"
-CT_DoLog INFO "Saving crosstool-ng into the toolchain directory"
+CT_DoLog INFO "Saving crosstool-NG into the toolchain directory"
tar cvjf "${CT_PREFIX_DIR}/${topdir}.${CT_TARGET}.tar.bzip2" \
--no-wildcards-match-slash \
-X "${exclude_list}" \