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.

llvm-svn: 286675

llvm/utils/release/merge.sh

index b489322..698353d 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