Delete old code
This commit is contained in:
parent
c350b348e9
commit
83df5d8407
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@ local mlocation
|
|||
local nfailed
|
||||
local submodules
|
||||
local umodule
|
||||
local nmodule=0
|
||||
local currentdir
|
||||
local ncolors red green yelllow blue bold normal
|
||||
currentdir=$(pwd)
|
||||
|
@ -114,4 +113,4 @@ if [ $failed -gt 0 ]; then
|
|||
fi
|
||||
# Cleanup
|
||||
unset ncolors red green yelllow blue bold normal zimmodules updated failed zimmodule mlocation nfailed umodule submodules currentdir
|
||||
cd ${currentdir}
|
||||
cd ${currentdir}
|
||||
|
|
Loading…
Reference in a new issue