diff --git a/commands/elvis/Makefile b/commands/elvis/Makefile index 17c36bfc8..a0118c2cc 100755 --- a/commands/elvis/Makefile +++ b/commands/elvis/Makefile @@ -72,7 +72,7 @@ install: /usr/bin/elvis \ install -cs -o bin elvis $@ /usr/bin/vi: /usr/bin/elvis - if [ ! -f $@ -a ! -s $@ ]; \ + if [ ! -x $@ ]; \ then install -l $? $@ ; \ fi