From 70dbdab03afdd27279c300bf3c3ff4b90e183bc6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 10 Apr 2014 20:10:05 +0100 Subject: Use correct switch for testing commands --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index 20e72e5..9176902 100755 --- a/install +++ b/install @@ -49,7 +49,7 @@ then install-dot projects/dwm/ $target/dwm/* fi -if [[ -z $commands[emacs] ]] +if [[ -s $commands[emacs] ]] then emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/ fi -- cgit 1.4.1