Skip to content

Commit

Permalink
fix shebang in build.sh
Browse files Browse the repository at this point in the history
This fixes #2583.
  • Loading branch information
wucke13 committed Aug 20, 2023
1 parent bfcd447 commit 2547ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precompiled/build.sh
Original file line number Diff line number Diff line change
@@ -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 2547ed8

Please sign in to comment.