Run under bash 3.2

This commit is contained in:
hh
2026-09-08 20:08:42 +02:00
parent 7a1774a36f
commit 216020f152
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail set -eo pipefail
TEMPLATES="${TEMPLATES_DIR:-https://git.kotikot.com/templates}" TEMPLATES="${TEMPLATES_DIR:-https://git.kotikot.com/templates}"
dest="${1:?usage: newproject <dest> [copier options]}" dest="${1:?usage: newproject <dest> [copier options]}"