useless slash

Esse commit está contido em:
belliash 2012-01-29 16:59:31 +01:00
commit 32bcb4866b
1 arquivos alterados com 1 adições e 1 exclusões

2
ezsync
Ver arquivo

@ -196,7 +196,7 @@ fi
# Merge data into build portage
printInfo "Merging ebuilds into Portage..."
pullRsync ${PORTAGESDIR}/${PORTAGE_BUILD[0]} ${PORTAGESDIR}/${PORTAGE_MAINLINE[0]}/
pullRsync ${PORTAGESDIR}/${PORTAGE_BUILD[0]} ${PORTAGESDIR}/${PORTAGE_MAINLINE[0]}
[ ${?} -ne 0 ] && die "EzBuild was unable to merge ebuilds into Portage tree!" 16
for OVERLAY in ${MERGED_PORTAGE[*]}; do
TEMP="\${$OVERLAY[*]}"