Browse Source

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

pull/920/head
Chris Caron 1 year ago
parent
commit
a4a5141226
  1. 2
      bin/checkdone.sh
  2. 2
      bin/test.sh

2
bin/checkdone.sh

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

2
bin/test.sh

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

Loading…
Cancel
Save