Quellcode durchsuchen

Use env in shebangs.

Ambroz Bizjak vor 11 Jahren
Ursprung
Commit
2ecf51b42f
3 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  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.
 # 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.
 # 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
 OUTPUT=$2