Fix build-archives.sh's shebang.

Reported by: @Itms
Refs #6701

This was SVN commit r27542.
This commit is contained in:
Stan 2023-02-13 12:19:24 +00:00
parent a4d4df9dd8
commit 929d593658

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
die()