Explorar el Código

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

CauseFX hace 3 años
padre
commit
f2958e487e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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" ]
 if [ -z "$1" ]
   then
   then
   echo 'No branch setup.. using v2-master'
   echo 'No branch setup.. using v2-master'