Przeglądaj źródła

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

CauseFX 3 lat temu
rodzic
commit
f2958e487e
1 zmienionych plików z 1 dodań i 1 usunięć
  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'