Skip to content

Commit

Permalink
Merge pull request #438 from sorki/shebang
Browse files Browse the repository at this point in the history
fix shebang in bin/build.sh
  • Loading branch information
haslinghuis authored Jun 2, 2022
2 parents 20beaab + 170c9a5 commit 0d9f8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

if [ -d obj ]; then
rm -fR obj/*
Expand Down

0 comments on commit 0d9f8f4

Please sign in to comment.