diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-21 18:29:01 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-21 18:29:01 +0000 |
commit | 4824ccae8ef0896b9fcb2a15ffa666d3c2aa8a89 (patch) | |
tree | 305bc282125eeb2c1cbfeb89fa870be634c996bc /scripts/trylink | |
parent | 0dc490bda21c85aee9b7462d0cf401d03a94c06d (diff) | |
download | busybox-4824ccae8ef0896b9fcb2a15ffa666d3c2aa8a89.tar.gz |
*: fix build problems found with randomconfig
Diffstat (limited to 'scripts/trylink')
-rwxr-xr-x | scripts/trylink | 2 |
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 \ -Wl,--start-group $O_FILES $A_FILES -Wl,--end-group \ $l_list \ || { - echo "Failed: $* $l_list" + echo "Failed: $l_list" cat $EXE.out exit 1 } |