summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hook-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions
index 213a48a..86dc905 100644
--- a/hook-functions
+++ b/hook-functions
@@ -148,7 +148,7 @@ copy_exec() {
mkdir -p "${DESTDIR}/${dirname}"
if [ ! -e "${DESTDIR}/${dirname}/${libname}" ]; then
ln -s "${x}" "${DESTDIR}/${dirname}"
- [ "${verbose}" = "y" ] && echo "Adding library ${x}"
+ [ "${verbose}" = "y" ] && echo "Adding library ${x}" || true
fi
done
}