Skip to content
Snippets Groups Projects
Commit a031bc2d authored by intrigeri's avatar intrigeri
Browse files

rdiff: $VROOTDIR/$vserver was prepended twice, fixed ; thanks to Florian Burka

parent 8776e3a3
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@ if [ $usevserver = yes ]; then
for vi in $vsinclude; do
i=`readlink -f $VROOTDIR/$vserver$vi`
str="${i//__star__/*}"
execstr="${execstr}--include '$VROOTDIR/$vserver$str' "
execstr="${execstr}--include '$str' "
done
done
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment