]> granicus.if.org Git - llvm/commitdiff
Print correct directory in merge script.
authorRichard Trieu <rtrieu@google.com>
Fri, 11 Nov 2016 23:26:28 +0000 (23:26 +0000)
committerRichard Trieu <rtrieu@google.com>
Fri, 11 Nov 2016 23:26:28 +0000 (23:26 +0000)
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

utils/release/merge.sh

index b48932248347dddcab78eb189deb11679c537006..698353d691581d9ea2faeb5e0f0ea87a357efe4e 100755 (executable)
@@ -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