Skip to content

Commit a00fd59

Browse files
committed
---
yaml --- r: 135416 b: refs/heads/master c: fa6b2d4 h: refs/heads/master v: v3
1 parent fe2adc4 commit a00fd59

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 78e2503db31d7d07af98055ca284b0fb14752bf9
2+
refs/heads/master: fa6b2d4c3b81e6adcfae87dac25fb7d50b2dd39f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ae81c89f34f1ac2cdb596cf216612e94822a8466
55
refs/heads/try: 14378ea357c06c23607ca61ade44f60a7a64a1c7

trunk/mk/dist.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ distcheck-docs: dist-docs
283283

284284
ifdef CFG_WINDOWSY_$(CFG_BUILD)
285285

286-
dist: dist-win
286+
dist: dist-win dist-tar-bins
287287

288288
distcheck: distcheck-win
289289
$(Q)rm -Rf tmp/distcheck

trunk/src/etc/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ then
325325
if [ -z "${CFG_UNINSTALL}" ]
326326
then
327327
msg "verifying platform can run binaries"
328-
export $CFG_LD_PATH_VAR="${CFG_SRC_DIR}/lib":$CFG_OLD_LD_PATH_VAR
328+
export $CFG_LD_PATH_VAR="${CFG_SRC_DIR}/lib:$CFG_OLD_LD_PATH_VAR"
329329
"${CFG_SRC_DIR}/bin/rustc" --version > /dev/null
330330
if [ $? -ne 0 ]
331331
then
@@ -489,7 +489,7 @@ then
489489
"${CFG_PREFIX}/bin/rustc" --version 2> /dev/null 1> /dev/null
490490
if [ $? -ne 0 ]
491491
then
492-
export $CFG_LD_PATH_VAR="${CFG_PREFIX}/lib":$CFG_OLD_LD_PATH_VAR
492+
export $CFG_LD_PATH_VAR="${CFG_PREFIX}/lib:$CFG_OLD_LD_PATH_VAR"
493493
"${CFG_PREFIX}/bin/rustc" --version > /dev/null
494494
if [ $? -ne 0 ]
495495
then

0 commit comments

Comments
 (0)