mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Make shellcheck happy
This commit is contained in:
@@ -28,7 +28,7 @@ stop () {
|
||||
|
||||
status () {
|
||||
echo -n 'Emacs GUI Server... '
|
||||
! result=`eval $EMACSCLIENT -s "$SOCKET_FILE" --eval \"\(print \'OK\)\" 2>/dev/null`
|
||||
! result="$(eval $EMACSCLIENT -s "$SOCKET_FILE" --eval \"\(print \'OK\)\" 2>/dev/null)"
|
||||
if [[ $result == "OK" ]]; then
|
||||
echo 'RUNNING'
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user