Set noglob in git-auto-commit

This commit is contained in:
Stefan Zweifel 2021-04-10 16:58:48 +02:00
parent e610a5104b
commit f4f9aedbee

View File

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
set -eu set -eu
set -o noglob;
_main() { _main() {
_switch_to_repository _switch_to_repository