debug
This commit is contained in:
parent
19f095ce0a
commit
09d3aea23a
1 changed files with 2 additions and 2 deletions
|
@ -81,10 +81,10 @@ EOF
|
|||
SCRIPTENTRY
|
||||
# define functions
|
||||
|
||||
lastupdatesubmodules() {
|
||||
lastupdatesubmodules () {
|
||||
date "+%s" > ${MYSHELLCONFIG_BASE%/}${MYSHELLCONFIG_BASE:+/}.last_update_submodules
|
||||
}
|
||||
lastupdaterepo() {
|
||||
lastupdaterepo () {
|
||||
date "+%s" > ${MYSHELLCONFIG_BASE%/}${MYSHELLCONFIG_BASE:+/}.last_update_repo
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue