From 2d02e78f8c5e2a5771a256589e356896ae96e600 Mon Sep 17 00:00:00 2001 From: Ivan Ilves Date: Mon, 24 Apr 2017 19:56:58 +0200 Subject: [PATCH] Solve exec/reconnect bug --- xiringuito | 1 + 1 file changed, 1 insertion(+) diff --git a/xiringuito b/xiringuito index 7cef435..fe930f9 100755 --- a/xiringuito +++ b/xiringuito @@ -36,6 +36,7 @@ if [[ ${#} -lt 1 ]]; then fi # We need to save executable path and arguments for reconnection functionality +export PATH="${PATH}:." declare -r ORIGINAL_EXEC=${0} declare -r ORIGINAL_ARGS=${@}