summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-flowcontrol.sh
AgeCommit message (Collapse)Author
2011-01-02Use local vars in execute ()Dieter Plaetinck
By using local variables, we prevent getting cwd's and object names getting mixed up during recursive calls. This fixes the configure_system worker not being registered as having run successfully, and preventing the user from going to the install bootloader step in the interactive procedure.
2010-12-31in show_report, support workers which havent been run and show them as suchDieter Plaetinck
2010-12-29show_report(): use libui-sh for reportDieter Plaetinck
2010-12-07clean up variable names/scopes in loading codeDieter Plaetinck
2009-07-25make the $ret variable local everywhereDieter Plaetinck
2009-07-11if ui was dia, then clear display just before shutdownDieter Plaetinck
2009-06-14fix for remote (http) modulestuxce
2009-04-18name log files in usage functionDieter Plaetinck
2009-03-13move flowcontrol stuff into its own libraryDieter Plaetinck