Ambroz Bizjak преди 11 години
родител
ревизия
2ecf51b42f
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  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