From cc65f3fb98455e3e2b563bfceb1629a4595748b9 Mon Sep 17 00:00:00 2001 From: alarig Date: Tue, 10 Apr 2018 09:09:53 +0200 Subject: [PATCH] Remove trailing backslash --- check_updates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_updates.sh b/check_updates.sh index 64d9862..1016da5 100755 --- a/check_updates.sh +++ b/check_updates.sh @@ -10,7 +10,7 @@ PORTAGE_QUIET='1' eix-sync 1>/dev/null 2>${TMP_FILE} -emerge -v --update --newuse --deep --with-bdeps=y --quiet-build=y @world \\ +emerge -v --update --newuse --deep --with-bdeps=y --quiet-build=y @world \ &>> ${TMP_FILE} if [ "$(grep '\[ebuild U' ${TMP_FILE})" != '' ]; then