From 2ad3c4037fc8d4fef5ed27c646038554091e257e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 8 Mar 2018 12:42:21 +0000 Subject: [PATCH] Copy without quotes --- src/freedombone-app-tox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/freedombone-app-tox b/src/freedombone-app-tox index 6e4a77ac..6b154f53 100755 --- a/src/freedombone-app-tox +++ b/src/freedombone-app-tox @@ -525,7 +525,8 @@ make install EOF fi - cp "$rootdir/usr/local/lib/libtoxcore*" "$rootdir/usr/lib/" + # shellcheck disable=SC2086 + cp $rootdir/usr/local/lib/libtoxcore* "$rootdir/usr/lib/" cp "${rootdir}${INSTALL_DIR}/toxcore/other/bootstrap_daemon/tox-bootstrapd.service" "$rootdir/etc/systemd/system/" sed -i 's|ExecStart=.*|ExecStart=/usr/local/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf|g' "$rootdir/etc/systemd/system/tox-bootstrapd.service" if [ "${rootdir}" ]; then