scripts to run using /bin/bash, not /bin/sh

pull/920/head
Chris Caron 2023-08-07 13:21:19 -04:00
parent 768b38434b
commit a4a5141226
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# -*- coding: utf-8 -*-
# BSD 3-Clause License
#

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# -*- coding: utf-8 -*-
# BSD 3-Clause License
#