From 67cb37ce5a5dc34ef83cf2d8d3ee5639bd39ab6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Tue, 18 Apr 2017 10:47:15 +0200 Subject: [PATCH] Mention 'bash' for executing ./bootstrap Reported-by: Mojca Miklavec --- README.checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.checkout b/README.checkout index 642808b3..7d57c2fe 100644 --- a/README.checkout +++ b/README.checkout @@ -116,7 +116,7 @@ Compiling From Repository Sources $ cd wget # assumes you've cloned a repository to "./wget" 2. Generate all the automatically-generated files required prior to configuring the package: - $ ./bootstrap + $ ./bootstrap (or: bash ./bootstrap) 3. Configure the package and compile it: $ ./configure --enable-assert [some_parameters] $ make