summaryrefslogtreecommitdiff
path: root/utils/release
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2016-11-11 23:26:28 +0000
committerRichard Trieu <rtrieu@google.com>2016-11-11 23:26:28 +0000
commitd085da51ef09a195fe3e9f6a112be52bc0904090 (patch)
tree6df526012f461ced7a665fd624bf2ac73d9c52c0 /utils/release
parenta8a96a9e94a456b11ec4256f5b8c583a988661f9 (diff)
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
Diffstat (limited to 'utils/release')
-rwxr-xr-xutils/release/merge.sh2
1 files changed, 1 insertions, 1 deletions
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