Browse Source

Fix the shebang portability of the build.sh script

Stéphane Aulery 5 years ago
parent
commit
8ad3a1f41f
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