diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2018-07-24 18:06:23 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2018-07-24 18:06:23 +0200 |
commit | be6f9d819ac7d25f164062fc886de1f10bc99857 (patch) | |
tree | de01323dac2e71fc38a1b070e7bdd8163e6592f7 | |
parent | 8c6f5e195e9c67962dc21dde006fb77bfb91e0b6 (diff) |
Cope with space characters in path
-rwxr-xr-x | echoz.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |