Unverified Commit ee302f37 authored by Aristo Chen's avatar Aristo Chen Committed by GitHub
Browse files

Display name of loading submodule (#102)

parent c8b28da9
...@@ -11,10 +11,12 @@ ...@@ -11,10 +11,12 @@
function jobs () function jobs ()
{ {
unset selection
# Shows box with loading ... # Shows box with loading ...
# #
dialog --backtitle "$BACKTITLE" --title " Please wait " --infobox "\nLoading ${selection,,} submodule ... " 5 $((26+${#selection})) dialog --backtitle "$BACKTITLE" --title " Please wait " --infobox "\nLoading ${selection,,} submodule ... " 5 $((26+${#selection}))
unset selection
case $1 in case $1 in
#-------------------------------------------------------------------------------------------------------------------------------------# #-------------------------------------------------------------------------------------------------------------------------------------#
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment