Parcourir la source

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

CauseFX il y a 3 ans
Parent
commit
f2958e487e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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'