In POSIX sh, echo flags are undefined
This commit is contained in:
parent
3dce208237
commit
3a3c03a4df
|
|
@ -5,7 +5,7 @@
|
|||
_url="$1"
|
||||
_qb_version='1.0.4'
|
||||
_proto_version=1
|
||||
_ipc_socket="${XDG_RUNTIME_DIR}/qutebrowser/ipc-$(echo -n "$USER" | md5sum | cut -d' ' -f1)"
|
||||
_ipc_socket="${XDG_RUNTIME_DIR}/qutebrowser/ipc-$(printf '%s' "$USER" | md5sum | cut -d' ' -f1)"
|
||||
_qute_bin="/usr/bin/qutebrowser"
|
||||
|
||||
printf '{"args": ["%s"], "target_arg": null, "version": "%s", "protocol_version": %d, "cwd": "%s"}\n' \
|
||||
|
|
|
|||
Loading…
Reference in New Issue