Print correct directory in merge script.

When providing the project directory to the merge script, print it out in the
commit instructions instead of the default project directory.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286675 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Richard Trieu 2016-11-11 23:26:28 +00:00
parent a8a96a9e94
commit d085da51ef

View File

@ -95,7 +95,7 @@ else
fi
echo
echo "# To commit, run the following in $proj.src/:"
echo "# To commit, run the following in $srcdir/:"
echo svn commit -F $tempfile
exit 0