mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:26:42 +00:00
Make shellcheck happy
This commit is contained in:
@@ -28,7 +28,7 @@ stop () {
|
|||||||
|
|
||||||
status () {
|
status () {
|
||||||
echo -n 'Emacs GUI Server... '
|
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
|
if [[ $result == "OK" ]]; then
|
||||||
echo 'RUNNING'
|
echo 'RUNNING'
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user