From 35f89c406423344b19dcf3e3f95ff6296f329e42 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 12 Feb 2017 13:51:42 -0800 Subject: Detect both wget/curl and allow user to select the agent Signed-off-by: Alexey Neyman --- ct-ng.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ct-ng.in') diff --git a/ct-ng.in b/ct-ng.in index d856828f..12049088 100644 --- a/ct-ng.in +++ b/ct-ng.in @@ -28,7 +28,7 @@ include $(CT_LIB_DIR)/paths.mk # Some distributions (eg. Ubuntu) thought it wise to point /bin/sh to # a truly POSIX-conforming shell, ash in this case. This is not so good # as we, smart (haha!) developers (as smart we ourselves think we are), -# got used to bashisms, and are enclined to easiness... So force use of +# got used to bashisms, and are inclined to easiness... So force use of # bash. export SHELL=$(bash) @@ -36,7 +36,7 @@ export SHELL=$(bash) # We do not need any GREP_OPTIONS anyway, so set it to empty. export GREP_OPTIONS= -# Make the restart/stop steps availabe to scripts/crostool-NG.sh +# Make the restart/stop steps available to scripts/crostool-NG.sh export CT_STOP:=$(STOP) export CT_RESTART:=$(RESTART) -- cgit v1.2.3