Explorar el Código

More argument quoting

pull/360/head^2
Sam Stephenson hace 15 años
padre
commit
fb31290b9d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bin/rbenv

+ 1
- 1
bin/rbenv Ver fichero

@ -14,5 +14,5 @@ else
fi
shift 1
exec "$command_path" $*
exec "$command_path" "$@"
fi

Cargando…
Cancelar
Guardar