Update publish-all.sh for new paths.

This commit is contained in:
Dan Gohman
2019-11-08 10:26:48 -08:00
parent b158666f2b
commit 7ac115d632
5 changed files with 18 additions and 39 deletions

View File

@@ -3,7 +3,7 @@ set -euo pipefail
# Format all sources using rustfmt.
topdir=$(dirname "$0")
topdir=$(dirname "$0")/..
cd "$topdir"
# Make sure we can find rustfmt.