Avoids relying on Bash (#1700)

This script runs fine with just Dash (SH) instead of Bash. Alpine Linux and others don't have Bash.
This commit is contained in:
Werner Beroux
2020-07-30 00:37:59 +02:00
committed by GitHub
parent d647f4be4f
commit 9e70f6dacb
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# Licensed to the Apache Software Foundation (ASF) under one # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file # or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information # distributed with this work for additional information