bad: 3.7.0 good: 3.6.4 To see the problem, run the following two commands. ``` echo /etc/*/conf.d # works echo /etc/*/conf.d/ # prints all /etc/* concatenated with /conf.d/ ```
bad: 3.7.0
good: 3.6.4
To see the problem, run the following two commands.