Explorar el Código

setup.sh: fix bug of subcommand dotfiles

pull/1/head
10sr hace 10 años
padre
commit
83f499723e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      setup.sh

+ 1
- 1
setup.sh Ver fichero

@@ -145,7 +145,7 @@ setup_dotfiles(){
for f in $@
do
_msg "Prepareing $f"
mkdir -p "`dirname $f`"
mkdir -p "`dirname $DOTFILES_DIR/$f`"
_download $_dotfiles_url_base/$f "$DOTFILES_DIR"/$f
done
fi


Cargando…
Cancelar
Guardar