1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-06-21 23:58:45 +00:00

Shell scripts are now headed with: env /usr/bin/env bash

This commit is contained in:
Gerhard Rieger 2018-03-28 18:21:31 +02:00
parent 14f3e4fed8
commit fbd72c295d
9 changed files with 21 additions and 17 deletions

3
FAQ
View file

@ -24,8 +24,7 @@ Q: I succeeded to configure and make socat, but ./test.sh says something
like:
./test.sh: No such file or directory
A: You need a bash shell, and its location must be correctly specified in the
first line of test.sh, e.g. /usr/local/bin/bash instead of /bin/bash.
A: You need a bash shell in your executable path (locations in $PATH)
Q: configure disables readline / openssl / libwrap support because it does not