diff --git a/gentags b/gentags index 5c9e3fc..c662fed 100755 --- a/gentags +++ b/gentags @@ -1,3 +1,3 @@ #!/usr/bin/env bash -[[ `type -P ctags` ]] && echo ctags -R -f ~/.vim/tags /usr/include /usr/local/include $@ || echo "Can't find the ctags binary in $PATH" +[[ `type -P ctags` ]] && ctags -R -f ~/.vim/tags /usr/include /usr/local/include $@ || echo "Can't find the ctags binary in $PATH"