Skip to content

Commit

Permalink
Merge pull request #2587 from wucke13/master
Browse files Browse the repository at this point in the history
fix shebang in build.sh
  • Loading branch information
oli-obk committed Aug 20, 2023
2 parents bfcd447 + 2547ed8 commit 4617c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precompiled/build.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null
set -e -x
Expand Down

0 comments on commit 4617c95

Please sign in to comment.