Add libexec/sourcezap/functions/
This commit is contained in:
parent
dfb5fcc92a
commit
59c799c047
6 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ branch=$2
|
||||||
|
|
||||||
##
|
##
|
||||||
# functions
|
# functions
|
||||||
. "${libexec}"/functions.sh
|
. "${libexec}"/functions/print.sh
|
||||||
|
|
||||||
##
|
##
|
||||||
# main
|
# main
|
||||||
|
|
|
@ -12,7 +12,7 @@ branch=$3
|
||||||
|
|
||||||
##
|
##
|
||||||
# functions
|
# functions
|
||||||
. "${libexec}"/functions.sh
|
. "${libexec}"/functions/print.sh
|
||||||
|
|
||||||
##
|
##
|
||||||
# main
|
# main
|
||||||
|
|
|
@ -13,7 +13,7 @@ revfile=$3
|
||||||
|
|
||||||
##
|
##
|
||||||
# functions
|
# functions
|
||||||
. "${libexec}"/functions.sh
|
. "${libexec}"/functions/print.sh
|
||||||
|
|
||||||
perform_update()
|
perform_update()
|
||||||
{
|
{
|
||||||
|
|
|
@ -10,7 +10,7 @@ gitdir=$1
|
||||||
|
|
||||||
##
|
##
|
||||||
# functions
|
# functions
|
||||||
. "${libexec}"/functions.sh
|
. "${libexec}"/functions/print.sh
|
||||||
|
|
||||||
##
|
##
|
||||||
# main
|
# main
|
||||||
|
|
|
@ -10,7 +10,7 @@ installdir=$2
|
||||||
|
|
||||||
##
|
##
|
||||||
# functions
|
# functions
|
||||||
. "${libexec}"/functions.sh
|
. "${libexec}"/functions/print.sh
|
||||||
|
|
||||||
erase()
|
erase()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue