Skip to content

Commit

Permalink
chore: Update shebang in compile-examples.sh to use /usr/bin/bash
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertByrnes committed Jul 14, 2024
1 parent 7cec135 commit b446b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile-examples.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/bash

# Set the root directory containing the example directories
ROOT_DIR=$(pwd)
Expand Down

0 comments on commit b446b98

Please sign in to comment.