aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/trylink2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trylink b/scripts/trylink
index ebfe6cee3..89e36b7e9 100755
--- a/scripts/trylink
+++ b/scripts/trylink
@@ -116,7 +116,7 @@ try $CC $CFLAGS $LDFLAGS \
116 -Wl,--start-group $O_FILES $A_FILES -Wl,--end-group \ 116 -Wl,--start-group $O_FILES $A_FILES -Wl,--end-group \
117 $l_list \ 117 $l_list \
118|| { 118|| {
119 echo "Failed: $* $l_list" 119 echo "Failed: $l_list"
120 cat $EXE.out 120 cat $EXE.out
121 exit 1 121 exit 1
122} 122}