Remove trailing slash

This commit is contained in:
Alex Crichton 2015-09-14 14:07:49 -07:00
parent a4d78c4d0a
commit 2fe6de47c4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ fi
export HOST=$ARCH-$OS
MAIN_TARGETS=https://static.rust-lang.org/dist/
MAIN_TARGETS=https://static.rust-lang.org/dist
EXTRA_TARGETS=https://people.mozilla.org/~acrichton/libc-test/2015-09-08
if [ "$TARGET" = "arm-linux-androideabi" ]; then