summaryrefslogtreecommitdiff
path: root/libraries/skalibs/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/skalibs/README')
-rw-r--r--libraries/skalibs/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/libraries/skalibs/README b/libraries/skalibs/README
index b8dedd2f85..2bb7aa0577 100644
--- a/libraries/skalibs/README
+++ b/libraries/skalibs/README
@@ -31,8 +31,7 @@ libraries and not the static ones, you can do something like
If you just want to build and use skarnet.org softwares, building only
the static libraries should be sufficient.
-Also, skalibs has a default executable search path that will be used by
-skarnet.org softwares if the PATH environment variable is undefined. The
-upstream default is "/usr/bin:/bin" but the script by default will use
-"/usr/bin:/usr/sbin:/bin:/sbin" instead. Pass DEF_PATH=some:path:list
-to the script if you want to change it to something else.
+Also, the execvep() function from skalibs (used by all skarnet.org
+softwares) has a default executable search path that will be used if the
+PATH environment variable is undefined. The default is /usr/bin:/bin.
+Pass DEF_PATH=some:path:list to the script if you want to change it.