главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Wielicki <j.wielicki@sotecware.net>2018-07-24 22:02:06 +0200
committerGitHub <noreply@github.com>2018-07-24 22:02:06 +0200
commita6de94496a7a808afcde924c813d6ebc606b35e3 (patch)
treede01323dac2e71fc38a1b070e7bdd8163e6592f7
parent8c6f5e195e9c67962dc21dde006fb77bfb91e0b6 (diff)
parentbe6f9d819ac7d25f164062fc886de1f10bc99857 (diff)
Merge pull request #5 from weiss/dir-with-spaces
Cope with space characters in path
-rwxr-xr-xechoz.sh2
1 files changed, 1 insertions, 1 deletions
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"