summaryrefslogtreecommitdiff
path: root/herculeswrapper
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-25 23:49:18 +0000
committerAndrei Karas <akaras@inbox.ru>2017-07-25 23:49:18 +0000
commit00030711191c0eba6a0248e9cac81503e8e2681c (patch)
tree09b7c88e828e3dd779658cc575df3e26c66696b6 /herculeswrapper
parente56a2a0f64c12f9fbeaccfa378fcddfb3620e74d (diff)
parentbc0e4eb01ce8ddba0f8e8b12c9bed9e50e8afc40 (diff)
downloadtools-00030711191c0eba6a0248e9cac81503e8e2681c.tar.gz
tools-00030711191c0eba6a0248e9cac81503e8e2681c.tar.bz2
tools-00030711191c0eba6a0248e9cac81503e8e2681c.tar.xz
tools-00030711191c0eba6a0248e9cac81503e8e2681c.zip
Merge branch 'use-env-bash' into 'master'
use /usr/env/bin bash See merge request !13
Diffstat (limited to 'herculeswrapper')
-rwxr-xr-xherculeswrapper/char.sh2
-rw-r--r--herculeswrapper/include.sh2
-rwxr-xr-xherculeswrapper/login.sh2
-rwxr-xr-xherculeswrapper/map.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/herculeswrapper/char.sh b/herculeswrapper/char.sh
index cdca266..2b794d9 100755
--- a/herculeswrapper/char.sh
+++ b/herculeswrapper/char.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
export PIPE=./log/charpipe.tmp
diff --git a/herculeswrapper/include.sh b/herculeswrapper/include.sh
index aecb988..4ee3750 100644
--- a/herculeswrapper/include.sh
+++ b/herculeswrapper/include.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
function create_pipe {
trap "rm -f $PIPE" EXIT
diff --git a/herculeswrapper/login.sh b/herculeswrapper/login.sh
index ae67bf8..32085dd 100755
--- a/herculeswrapper/login.sh
+++ b/herculeswrapper/login.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
export PIPE=./log/loginpipe.tmp
diff --git a/herculeswrapper/map.sh b/herculeswrapper/map.sh
index 18994e2..055acd7 100755
--- a/herculeswrapper/map.sh
+++ b/herculeswrapper/map.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
export PIPE=./log/mappipe.tmp
export LOGIN_PIPE=./log/loginpipe.tmp