testing
This commit is contained in:
parent
4c91cc36a8
commit
919384e261
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@
|
|||
|
||||
cloneSources() {
|
||||
cloneDir="$(mktemp -d)"
|
||||
echo_pkg clone "Cloning neovim sources into tempdir at $cloneDir/neovim"
|
||||
echo_pkg git "Cloning $PACKAGE sources at $cloneDir/neovim.."
|
||||
|
||||
cd $cloneDir || mkdir $cloneDir && cd $cloneDir
|
||||
|
||||
if command_exists git; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue