Explorar el Código

Fixed bash-completion to use --jobs without equal sign and removed comment

pull/3/head
Tuncer Ayaz hace 15 años
padre
commit
1e6d92a3a6
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      priv/shell-completion/bash/rebar

+ 1
- 2
priv/shell-completion/bash/rebar Ver fichero

@ -1,6 +1,5 @@
# bash completion for rebar
#have rebar &&
_rebar()
{
local cur prev opts
@ -8,7 +7,7 @@ _rebar()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
sopts="-h -v -f -j"
lopts=" --help --verbose --force --jobs="
lopts=" --help --verbose --force --jobs"
cmdsnvars="analyze build_plt clean compile create-app \
create-app create-node eunit generate \
int_test perf_test test \

Cargando…
Cancelar
Guardar