adminmerge real fix ;)

This commit is contained in:
Rudolf Polzer 2010-05-08 14:50:05 +02:00
parent ff786842ab
commit 21a4047395

2
all
View File

@ -562,7 +562,7 @@ case "$cmd" in
rm -rf "$patchdir"
;;
admin-merge)
if [ "$#" = 2 ]; then
if [ "$#" = 1 ]; then
set -- "${1%%/*}" "${1#*/}"
fi
for d in $repos; do