Again replace '` ... `' with '$( ... )'.

pull/7/head
Casper Ti. Vector 12 years ago
parent 8acbe2847d
commit 510652d152

@ -1,5 +1,5 @@
if [[ "$(tty)" == /dev/tty1 ]]; then
[[ -n "$CDM_SPAWN" ]] && return
[[ -z "$DISPLAY`pgrep xinit`$SSH_TTY" ]] && exec cdm
[[ -z "$DISPLAY$SSH_TTY$(pgrep xinit)" ]] && exec cdm
fi

Loading…
Cancel
Save