Remove trailing backslash

This commit is contained in:
Alarig Le Lay 2018-04-10 09:09:53 +02:00
parent 9c430e9055
commit cc65f3fb98
1 changed files with 1 additions and 1 deletions

View File

@ -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