Selaa lähdekoodia

update shebang for portability (#1899) (#1908) (#1906) (#1881)

CauseFX 3 vuotta sitten
vanhempi
commit
f2958e487e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      scripts/linux-update.sh

+ 1 - 1
scripts/linux-update.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 if [ -z "$1" ]
   then
   echo 'No branch setup.. using v2-master'