Merge remote-tracking branch 'origin/master'
Alan Pearce alan@alanpearce.uk
Tue, 07 Mar 2017 16:32:08 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M hooks/post-up/emacs → hooks/post-up/emacs
@@ -1,6 +1,6 @@ #!/bin/sh -EMACS_COMMAND=$(which Emacs || which emacs) +EMACS_COMMAND=$(command -v Emacs || command -v emacs) if [[ -s $EMACS_COMMAND ]] then