oubli de uprovide base.init
This commit is contained in:
parent
acc72847df
commit
64fba90e5c
|
@ -1 +1 @@
|
||||||
007001000
|
007001001
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
##@cooked comments # -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
##@cooked comments # -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
||||||
## Fonctions de base: initialisation de l'environnement
|
## Fonctions de base: initialisation de l'environnement
|
||||||
##@cooked nocomments
|
##@cooked nocomments
|
||||||
|
uprovide base.init
|
||||||
|
|
||||||
# Emplacement du script courant
|
# Emplacement du script courant
|
||||||
if [ -n "$UTOOLS_HAVE_SCRIPTVARS" ]; then
|
if [ -n "$UTOOLS_HAVE_SCRIPTVARS" ]; then
|
||||||
|
|
|
@ -36,6 +36,7 @@ fi
|
||||||
##@*inc]base.ulib
|
##@*inc]base.ulib
|
||||||
##@inc[base.init
|
##@inc[base.init
|
||||||
## Fonctions de base: initialisation de l'environnement
|
## Fonctions de base: initialisation de l'environnement
|
||||||
|
uprovide base.init
|
||||||
|
|
||||||
if [ -n "$UTOOLS_HAVE_SCRIPTVARS" ]; then
|
if [ -n "$UTOOLS_HAVE_SCRIPTVARS" ]; then
|
||||||
:
|
:
|
||||||
|
|
1
ucrontab
1
ucrontab
|
@ -124,6 +124,7 @@ fi
|
||||||
##@*inc]base.ulib
|
##@*inc]base.ulib
|
||||||
##@inc[base.init
|
##@inc[base.init
|
||||||
## Fonctions de base: initialisation de l'environnement
|
## Fonctions de base: initialisation de l'environnement
|
||||||
|
uprovide base.init
|
||||||
|
|
||||||
if [ -n "$UTOOLS_HAVE_SCRIPTVARS" ]; then
|
if [ -n "$UTOOLS_HAVE_SCRIPTVARS" ]; then
|
||||||
:
|
:
|
||||||
|
|
Loading…
Reference in New Issue