Add libexec/sourcezap/functions/

This commit is contained in:
0x1eef 2024-07-19 17:00:03 -03:00
parent dfb5fcc92a
commit 59c799c047
6 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ branch=$2
## ##
# functions # functions
. "${libexec}"/functions.sh . "${libexec}"/functions/print.sh
## ##
# main # main

View file

@ -12,7 +12,7 @@ branch=$3
## ##
# functions # functions
. "${libexec}"/functions.sh . "${libexec}"/functions/print.sh
## ##
# main # main

View file

@ -13,7 +13,7 @@ revfile=$3
## ##
# functions # functions
. "${libexec}"/functions.sh . "${libexec}"/functions/print.sh
perform_update() perform_update()
{ {

View file

@ -10,7 +10,7 @@ gitdir=$1
## ##
# functions # functions
. "${libexec}"/functions.sh . "${libexec}"/functions/print.sh
## ##
# main # main

View file

@ -10,7 +10,7 @@ installdir=$2
## ##
# functions # functions
. "${libexec}"/functions.sh . "${libexec}"/functions/print.sh
erase() erase()
{ {