From: Richard Trieu Date: Fri, 11 Nov 2016 23:26:28 +0000 (+0000) Subject: Print correct directory in merge script. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d085da51ef09a195fe3e9f6a112be52bc0904090;p=llvm 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 --- diff --git a/utils/release/merge.sh b/utils/release/merge.sh index b4893224834..698353d6915 100755 --- a/utils/release/merge.sh +++ b/utils/release/merge.sh @@ -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