create_test_env.sh: use sh instead of bash

this is actually a regular sh-portable script, and this prevents needing
bash at build time or for tests (for packaging from tarballs)
This commit is contained in:
psykose 2023-07-20 11:12:28 +00:00 committed by Jehan
parent 0485e36cce
commit 300ce655c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
# Copy tests resources
for dir in files gimpdir gimpdir-empty; do