diff options
author | Denis Vlasenko | 2008-05-08 15:26:06 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-05-08 15:26:06 +0000 |
commit | a3087ca7495e33b19b122869d17defeb9c933d19 (patch) | |
tree | fa652fe429d78c0b2fad2c42c52c98e92bb3288d /scripts | |
parent | 0abe9d96eee3bcdcdd766a863eb711ec004f2f4f (diff) | |
download | busybox-a3087ca7495e33b19b122869d17defeb9c933d19.zip busybox-a3087ca7495e33b19b122869d17defeb9c933d19.tar.gz |
Apply post-1.10.1 patches
Bump version to 1.10.2
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/trylink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trylink b/scripts/trylink index 89e36b7..2322fba 100755 --- a/scripts/trylink +++ b/scripts/trylink @@ -66,7 +66,7 @@ check_libc_is_glibc() { #if defined(__GLIBC__) && !defined(__UCLIBC__) syntax error here #endif - " >"$tempname" + " >"$tempname".c if $CC "$tempname".c -c -o "$tempname".o >/dev/null 2>&1; then echo "$2"; else |