Remove trailing backslash
This commit is contained in:
parent
9c430e9055
commit
cc65f3fb98
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue