Преглед изворни кода

Merge pull request #653 from lkppo/master

Fix the shebang portability of the build.sh script
gingerBill пре 5 година
родитељ
комит
aacf524a47
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      build.sh

+ 1 - 1
build.sh

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