We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c1517 commit f9146f2Copy full SHA for f9146f2
README.md
@@ -90,13 +90,7 @@ tracing on in it before doing anything else there.
90
91
## Known problems
92
93
-1. There seems to be some issue with using the bash built-in `cd` within
94
- Makefiles. When invoked as `/bin/sh` within `Makefile`s, bash seems
95
- to have a problem changing directory via the `cd` command. A
96
- work-around for this is to define `SHELL=/bin/bash` within your
97
- `Makefile`. This is believed to be a bug in bash.
98
-
99
-2. Many of the completion functions assume GNU versions of the various
+1. Many of the completion functions assume GNU versions of the various
100
text utilities that they call (e.g. `grep`, `sed`, and `awk`). Your
101
mileage may vary.
102
0 commit comments