1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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.

llvm-svn: 286675
This commit is contained in:
Richard Trieu 2016-11-11 23:26:28 +00:00
parent 5f0794a91c
commit f6cbc4ff7c

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