Remove unused source of functions.sh
This commit is contained in:
parent
7c10eb0012
commit
dfb5fcc92a
2 changed files with 0 additions and 8 deletions
|
@ -9,10 +9,6 @@ git="${libexec}"/utils/git/run
|
||||||
gitdir=$1
|
gitdir=$1
|
||||||
commit=$2
|
commit=$2
|
||||||
|
|
||||||
##
|
|
||||||
# functions
|
|
||||||
. "${libexec}"/functions.sh
|
|
||||||
|
|
||||||
##
|
##
|
||||||
# main
|
# main
|
||||||
cd "${gitdir}"
|
cd "${gitdir}"
|
||||||
|
|
|
@ -9,10 +9,6 @@ git="${libexec}"/utils/git/run
|
||||||
gitdir=$1
|
gitdir=$1
|
||||||
commit=$2
|
commit=$2
|
||||||
|
|
||||||
##
|
|
||||||
# functions
|
|
||||||
. "${libexec}"/functions.sh
|
|
||||||
|
|
||||||
##
|
##
|
||||||
# main
|
# main
|
||||||
cd "${gitdir}"
|
cd "${gitdir}"
|
||||||
|
|
Loading…
Reference in a new issue