aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgcc-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-config b/gcc-config
index f39dd5c..80951b4 100755
--- a/gcc-config
+++ b/gcc-config
@@ -426,7 +426,7 @@ handle_split_usr() {
# but for now, that should be safe ...
for gcclib in "${ROOT}${LDPATH}"/lib${gcclib}.so.* ; do
[[ -e ${gcclib} ]] || continue
- einfo "Backing up '${gcclib}' to '${libdir}"
+ einfo "Backing up '${gcclib}' to '${libdir}'"
cp -pP "${gcclib}" "${libdir}"/.gcc.config.new/
# no need to sanity `rm` this as the `mv` should take care
# of it. we also need this step to be completely atomic