Skip to content

Commit

Permalink
scripts to run using /bin/bash, not /bin/sh
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Aug 7, 2023
1 parent 768b384 commit a4a5141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/checkdone.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# -*- coding: utf-8 -*-
# BSD 3-Clause License
#
Expand Down
2 changes: 1 addition & 1 deletion bin/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# -*- coding: utf-8 -*-
# BSD 3-Clause License
#
Expand Down

0 comments on commit a4a5141

Please sign in to comment.