useless slash

This commit is contained in:
belliash 2012-01-29 16:59:31 +01:00
父節點 6bbbe27f8b
當前提交 32bcb4866b
共有 1 個文件被更改,包括 1 次插入1 次删除

2
ezsync
查看文件

@ -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[*]}"