mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-02 13:21:43 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286675 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a8a96a9e94
commit
d085da51ef
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user