chiark / gitweb /
Disable all exported shell functions
[bash.git] / debian / patches / deb-examples.diff
1 # DP: document readline header location on Debian systems
2
3 --- a/bash/examples/loadables/README
4 +++ b/bash/examples/loadables/README
5 @@ -32,6 +32,9 @@
6  guide'.  The file template.c provides a template to use for creating
7  new loadable builtins.
8  
9 +On Debian GNU/Linux systems, the bash headers are in /usr/include/bash.
10 +The appropriate options are already set in the example Makefile.
11 +
12  basename.c     Return non-directory portion of pathname.
13  cat.c          cat(1) replacement with no options - the way cat was intended.
14  cut.c          cut(1) replacement.