From bc0e4eb01ce8ddba0f8e8b12c9bed9e50e8afc40 Mon Sep 17 00:00:00 2001 From: Monwarez Date: Sat, 26 Nov 2016 02:28:56 +0100 Subject: use env instead of full path to bash --- herculeswrapper/char.sh | 2 +- herculeswrapper/include.sh | 2 +- herculeswrapper/login.sh | 2 +- herculeswrapper/map.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'herculeswrapper') 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 -- cgit v1.2.3-70-g09d2