Skip to content

Commit f9146f2

Browse files
committed
docs(readme): remove known problem related to cd and Makefiles
Unsure if the issue still exists, but it does not seem to have anything to do with bash-completion or completions in the first place. Closes #607
1 parent 47c1517 commit f9146f2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,7 @@ tracing on in it before doing anything else there.
9090

9191
## Known problems
9292

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
93+
1. Many of the completion functions assume GNU versions of the various
10094
text utilities that they call (e.g. `grep`, `sed`, and `awk`). Your
10195
mileage may vary.
10296

0 commit comments

Comments
 (0)