From be6f9d819ac7d25f164062fc886de1f10bc99857 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 24 Jul 2018 18:06:23 +0200 Subject: Cope with space characters in path --- echoz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'echoz.sh') diff --git a/echoz.sh b/echoz.sh index e5b8321..766051e 100755 --- a/echoz.sh +++ b/echoz.sh @@ -1,6 +1,6 @@ #!/bin/bash set -euf -thisdir="$(dirname $0)" +thisdir="$(dirname "$0")" pipename="${XDG_RUNTIME_DIR:-/tmp}/echoz-$$.pipe" jid="$1" password="$2" -- cgit v1.2.3