Skip to content

Commit 0d18201

Browse files
committed
---
yaml --- r: 135902 b: refs/heads/try c: fa6b2d4 h: refs/heads/master v: v3
1 parent 030cd96 commit 0d18201

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 8794107f74682607f368776cc8b78820629778e6
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ae81c89f34f1ac2cdb596cf216612e94822a8466
5-
refs/heads/try: 78e2503db31d7d07af98055ca284b0fb14752bf9
5+
refs/heads/try: fa6b2d4c3b81e6adcfae87dac25fb7d50b2dd39f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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

branches/try/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)