Create flag to disable globbing

This commit is contained in:
Stefan Zweifel
2021-04-10 17:10:27 +02:00
parent f4f9aedbee
commit be370eccae
3 changed files with 9 additions and 1 deletions

View File

@@ -1,7 +1,10 @@
#!/bin/bash
set -eu
set -o noglob;
if "$INPUT_DISABLE_GLOBBING"; then
set -o noglob;
fi
_main() {
_switch_to_repository