Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ambrop72/badvpn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmbroz Bizjak <ambrop7@gmail.com>2015-01-24 14:35:28 +0300
committerAmbroz Bizjak <ambrop7@gmail.com>2015-01-24 14:35:28 +0300
commit2ecf51b42f793536f552e3c77b4d5a279db49aca (patch)
treec5a0cca72a1ca6a3e615381f2702c6481c0a7821
parentd905e48bb5b47ba49d407fdddc21e0e0758bf559 (diff)
Use env in shebangs.
-rwxr-xr-xcompile-tun2sock.sh2
-rwxr-xr-xcompile-udpgw.sh2
-rwxr-xr-xncd/parse_linux_input.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/compile-tun2sock.sh b/compile-tun2sock.sh
index 14ea99c..86ed7c8 100755
--- a/compile-tun2sock.sh
+++ b/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.
diff --git a/compile-udpgw.sh b/compile-udpgw.sh
index 0091697..99c9f26 100755
--- a/compile-udpgw.sh
+++ b/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.
diff --git a/ncd/parse_linux_input.sh b/ncd/parse_linux_input.sh
index 4bbc2d7..9064c1d 100755
--- a/ncd/parse_linux_input.sh
+++ b/ncd/parse_linux_input.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
INPUT=$1
OUTPUT=$2