From 67c939cab64caaf5dce178b30d619e68dac573be Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 2 Mar 2018 20:21:55 +0000 Subject: [PATCH] Fix static analysis failures --- src/freedombone-app-tox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-app-tox b/src/freedombone-app-tox index 3763d6dd..04b7ce57 100755 --- a/src/freedombone-app-tox +++ b/src/freedombone-app-tox @@ -185,7 +185,7 @@ function upgrade_tox { set_repo_commit "$INSTALL_DIR/toxcore" "toxcore commit" "$TOXCORE_COMMIT" $TOXCORE_REPO if [[ $(commit_has_changed "$INSTALL_DIR/toxcore" "toxcore commit" "$TOXCORE_COMMIT") == "1" ]]; then cd "$INSTALL_DIR/toxcore" || exit 53683563 - sed -i 's|ExecStart=.*|ExecStart=/usr/local/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf|g' $rootdir/etc/systemd/system/tox-bootstrapd.service + sed -i 's|ExecStart=.*|ExecStart=/usr/local/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf|g' "$rootdir/etc/systemd/system/tox-bootstrapd.service" autoreconf -i ./configure --enable-daemon make