mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Avoid dumping all variables on running.
This commit is contained in:
@@ -57,7 +57,7 @@ function install_git {
|
||||
fi
|
||||
local REPO="${*: -2:1}"
|
||||
local DESTDIR="${*: -1:1}"
|
||||
set ${@:1:$(($#-2))}
|
||||
set -- ${@:1:$(($#-2))}
|
||||
if [[ -d ${DESTDIR}/.git ]] ; then
|
||||
( cd ${DESTDIR} ; git pull -q )
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user