1
0
Fork 0
mirror of synced 2024-11-26 09:15:34 -05:00

Delete old code

This commit is contained in:
Atomic Coding 2018-04-17 19:41:48 -07:00 committed by GitHub
parent c350b348e9
commit 83df5d8407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,6 @@ local mlocation
local nfailed local nfailed
local submodules local submodules
local umodule local umodule
local nmodule=0
local currentdir local currentdir
local ncolors red green yelllow blue bold normal local ncolors red green yelllow blue bold normal
currentdir=$(pwd) currentdir=$(pwd)
@ -114,4 +113,4 @@ if [ $failed -gt 0 ]; then
fi fi
# Cleanup # Cleanup
unset ncolors red green yelllow blue bold normal zimmodules updated failed zimmodule mlocation nfailed umodule submodules currentdir unset ncolors red green yelllow blue bold normal zimmodules updated failed zimmodule mlocation nfailed umodule submodules currentdir
cd ${currentdir} cd ${currentdir}