mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
By default, the Bash file globbing pattern '*' doesn't list files prefixed by a dot (see https://linux.die.net/man/1/bash). Let's fix this by using the pattern `.*` instead. While at it, add `--` option to remove possible problems with leading dashes in filenames. Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>