fix typo in the cygwin build insider script
This commit is contained in:
parent
9a706ac312
commit
ccd03d201b
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ git clone "$OUTER_CLONE" "$DOTFILES_PATH"
|
||||||
cd "$DOTFILES_PATH"
|
cd "$DOTFILES_PATH"
|
||||||
git remote set-url origin git@github.com:cyplo/dotfiles.git
|
git remote set-url origin git@github.com:cyplo/dotfiles.git
|
||||||
git checkout $branch
|
git checkout $branch
|
||||||
export DIR=$DOTFILES_PATH && NOSUDO=true DONT_CHANGE_SHELL=true NORUST=true $DIR/common/configure_fresh_system"
|
export DIR=$DOTFILES_PATH && NOSUDO=true DONT_CHANGE_SHELL=true NORUST=true $DIR/common/configure_fresh_system
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue