Browse Source

Merge pull request #653 from lkppo/master

Fix the shebang portability of the build.sh script
gingerBill 5 years ago
parent
commit
aacf524a47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 
 release_mode=$1
 release_mode=$1