Przeglądaj źródła

Use env in shebangs.

Ambroz Bizjak 11 lat temu
rodzic
commit
2ecf51b42f
3 zmienionych plików z 3 dodań i 3 usunięć
  1. 1 1
      compile-tun2sock.sh
  2. 1 1
      compile-udpgw.sh
  3. 1 1
      ncd/parse_linux_input.sh

+ 1 - 1
compile-tun2sock.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 #
 # Compiles tun2socks for Linux.
 # Compiles tun2socks for Linux.
 # Intended as a convenience if you don't want to deal with CMake.
 # Intended as a convenience if you don't want to deal with CMake.

+ 1 - 1
compile-udpgw.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 #
 # Compiles udpgw for Linux.
 # Compiles udpgw for Linux.
 # Intended as a convenience if you don't want to deal with CMake.
 # Intended as a convenience if you don't want to deal with CMake.

+ 1 - 1
ncd/parse_linux_input.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 
 INPUT=$1
 INPUT=$1
 OUTPUT=$2
 OUTPUT=$2