From d92cc415e7a290e6e2e1340665202cae79ad8c4a Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 15 Feb 2018 20:07:16 +0100 Subject: Configure script starts with bin/bash shebang While trying the pipeline on a remote server (which runs on Debian), the configure script had an `Syntax error: "(" unexpected' error. This is caused by the fact that in the Debian world (and its derivate OSs), the default shell is not Bash but Dash which has much fewer features for fast loading. It was thus necessary to start the configure script explicity with the `/bin/bash' shebang. --- README | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README') diff --git a/README b/README index 2de59ba..a322c17 100644 --- a/README +++ b/README @@ -85,6 +85,13 @@ Gnuastro, the version of the other programs will not make a difference. implementation and it is commonly already installed on most systems. + Bash + ---- + + Bash is the most common "shell" or command-line manager and available in + almost all systems (even if not the default). It doesn't need to be the + default for this pipeline to run. + flock ----- -- cgit v1.2.1