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
|
||||
. "${libexec}"/functions.sh
|
||||
. "${libexec}"/functions/print.sh
|
||||
|
||||
##
|
||||
# main
|
||||
|
|
|
@ -12,7 +12,7 @@ branch=$3
|
|||
|
||||
##
|
||||
# functions
|
||||
. "${libexec}"/functions.sh
|
||||
. "${libexec}"/functions/print.sh
|
||||
|
||||
##
|
||||
# main
|
||||
|
|
|
@ -13,7 +13,7 @@ revfile=$3
|
|||
|
||||
##
|
||||
# functions
|
||||
. "${libexec}"/functions.sh
|
||||
. "${libexec}"/functions/print.sh
|
||||
|
||||
perform_update()
|
||||
{
|
||||
|
|
|
@ -10,7 +10,7 @@ gitdir=$1
|
|||
|
||||
##
|
||||
# functions
|
||||
. "${libexec}"/functions.sh
|
||||
. "${libexec}"/functions/print.sh
|
||||
|
||||
##
|
||||
# main
|
||||
|
|
|
@ -10,7 +10,7 @@ installdir=$2
|
|||
|
||||
##
|
||||
# functions
|
||||
. "${libexec}"/functions.sh
|
||||
. "${libexec}"/functions/print.sh
|
||||
|
||||
erase()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue