[git commit] ssl_helper.sh: strip was invoked incorrectly

Denys Vlasenko vda.linux at googlemail.com
Mon Jul 25 15:12:46 UTC 2016


commit: https://git.busybox.net/busybox/commit/?id=9d20297ba803832d118bd27cd42107371123aa39
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/ssl_helper-wolfssl/ssl_helper.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/networking/ssl_helper-wolfssl/ssl_helper.sh b/networking/ssl_helper-wolfssl/ssl_helper.sh
index 184ffe6..c6cbf35 100755
--- a/networking/ssl_helper-wolfssl/ssl_helper.sh
+++ b/networking/ssl_helper-wolfssl/ssl_helper.sh
@@ -9,4 +9,4 @@ STATIC="-static"
 
 ${PREFIX}gcc -Os -Wall -I.. -c ssl_helper.c -o ssl_helper.o
 ${PREFIX}gcc $STATIC --start-group ssl_helper.o -lm ../src/.libs/libwolfssl.a --end-group -o ssl_helper
-${PREFIX}-strip ssl_helper
+${PREFIX}strip ssl_helper


More information about the busybox-cvs mailing list